Home
last modified time | relevance | path

Searched refs:UTF8Buf (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
Dutext.cpp874 struct UTF8Buf { struct
944 UTF8Buf *u8b = NULL; in utf8TextAccess()
994 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1006 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1037 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1062 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1074 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1102 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1123 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp874 struct UTF8Buf { struct
944 UTF8Buf *u8b = NULL; in utf8TextAccess()
994 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1006 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1037 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1062 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1074 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1102 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1123 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/third_party/node/deps/icu-small/source/common/
Dutext.cpp874 struct UTF8Buf { struct
944 UTF8Buf *u8b = NULL; in utf8TextAccess()
994 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1006 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1037 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1039 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1062 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1074 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1102 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1123 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutext.cpp872 struct UTF8Buf { struct
942 UTF8Buf *u8b = NULL; in utf8TextAccess()
992 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1004 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1035 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1037 U_ASSERT(mapIndex < (int32_t)sizeof(UTF8Buf::mapToUChars)); in utf8TextAccess()
1060 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1072 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1100 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1121 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp904 std::string UTF8Buf; in ExpandResponseFile() local
906 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
908 Str = StringRef(UTF8Buf); in ExpandResponseFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1069 std::string UTF8Buf; in ExpandResponseFile() local
1071 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
1074 Str = StringRef(UTF8Buf); in ExpandResponseFile()