Home
last modified time | relevance | path

Searched defs:kSurrogateMask (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dutf16.h16 inline constexpr char16_t kSurrogateMask = (1 << kSurrogateBits) - 1; variable
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstring_encoding_utils.cc116 static constexpr Utf16CodeUnit kSurrogateMask = 0xFC00; member in perfetto::trace_processor::__anon24c1cc0b0111::Utf16Iterator