Home
last modified time | relevance | path

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

/external/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 …]
/external/llvm/lib/Support/
DCommandLine.cpp880 std::string UTF8Buf; in ExpandResponseFile() local
882 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
884 Str = StringRef(UTF8Buf); in ExpandResponseFile()
/external/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()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp1100 std::string UTF8Buf; in ExpandResponseFile() local
1102 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
1105 Str = StringRef(UTF8Buf); in ExpandResponseFile()
/external/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()