Searched defs:code_unit (Results 1 – 7 of 7) sorted by relevance
91 char16_t code_unit = (code_point >> kSurrogateBits) & kSurrogateMask; in GetHighSurrogate() local97 char16_t code_unit = code_point & kSurrogateMask; in GetLowSurrogate() local
318 uint8_t code_unit = static_cast<uint8_t>(byte); in UTF8Decode() local
189 static bool IsLowSurrogate(Utf16CodeUnit code_unit) { in IsLowSurrogate()193 static bool IsHighSurrogate(Utf16CodeUnit code_unit) { in IsHighSurrogate()
23 code_unit; typedef in boost::property_tree::json_parser::detail::source238 typedef typename source::code_unit code_unit; typedef in boost::property_tree::json_parser::detail::parser
583 for (char16_t code_unit : utf16) { in PDF_EncodeText() local
375 using code_unit = wchar_t; variable
589 uint8_t code_unit; in UTF8ToUTF16() local