Home
last modified time | relevance | path

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

/external/icu/icu4c/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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp935 std::string UTF8Buf; in ExpandResponseFile() local
937 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
939 Str = StringRef(UTF8Buf); in ExpandResponseFile()
/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.cpp899 std::string UTF8Buf; in ExpandResponseFile() local
901 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
903 Str = StringRef(UTF8Buf); in ExpandResponseFile()