Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dutf16.h91 char16_t code_unit = (code_point >> kSurrogateBits) & kSurrogateMask; in GetHighSurrogate() local
97 char16_t code_unit = code_point & kSurrogateMask; in GetLowSurrogate() local
H A Dfx_string.cpp101 uint8_t code_unit = static_cast<uint8_t>(byte); in FX_UTF8Decode() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dstring_encoding_utils.cc189 static bool IsLowSurrogate(Utf16CodeUnit code_unit) { in IsLowSurrogate()
193 static bool IsHighSurrogate(Utf16CodeUnit code_unit) { in IsHighSurrogate()
/aosp_15_r20/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
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DLayoutUtils.cpp27 bool isWordSpace(uint16_t code_unit) { in isWordSpace()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/fmtlib/include/fmt/
Dchrono.h372 using code_unit = wchar_t; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/fmtlib/include/fmt/
Dchrono.h372 using code_unit = wchar_t; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/external/fmtlib/include/fmt/
Dchrono.h372 using code_unit = wchar_t; variable
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dchrono.h375 using code_unit = wchar_t; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/external/fmtlib/include/fmt/
Dchrono.h372 using code_unit = wchar_t; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/external/fmtlib/include/fmt/
Dchrono.h372 using code_unit = wchar_t; variable
/aosp_15_r20/external/vboot_reference/cgpt/
H A Dcgpt_common.c580 uint8_t code_unit; in UTF8ToUTF16() local