Home
last modified time | relevance | path

Searched defs:code_unit (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dutf16.h91 char16_t code_unit = (code_point >> kSurrogateBits) & kSurrogateMask; in GetHighSurrogate() local
97 char16_t code_unit = code_point & kSurrogateMask; in GetLowSurrogate() local
Dwidestring.cpp318 uint8_t code_unit = static_cast<uint8_t>(byte); in UTF8Decode() local
/external/perfetto/src/trace_processor/importers/proto/
Dstring_encoding_utils.cc189 static bool IsLowSurrogate(Utf16CodeUnit code_unit) { in IsLowSurrogate()
193 static bool IsHighSurrogate(Utf16CodeUnit code_unit) { in IsHighSurrogate()
/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dparser.hpp23 code_unit; typedef in boost::property_tree::json_parser::detail::source
238 typedef typename source::code_unit code_unit; typedef in boost::property_tree::json_parser::detail::parser
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp583 for (char16_t code_unit : utf16) { in PDF_EncodeText() local
/external/fmtlib/include/fmt/
Dchrono.h375 using code_unit = wchar_t; variable
/external/vboot_reference/cgpt/
Dcgpt_common.c589 uint8_t code_unit; in UTF8ToUTF16() local