Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp854 struct UTF8Buf { struct
924 UTF8Buf *u8b = NULL; in utf8TextAccess()
974 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
986 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1017 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1041 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1053 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1081 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1102 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1134 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dutext.cpp1200 struct UTF8Buf { struct
1270 UTF8Buf *u8b = NULL; in utf8TextAccess()
1320 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1332 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1363 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1387 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1399 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1427 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1448 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1480 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp616 std::string UTF8Buf; in ExpandResponseFile() local
618 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
620 Str = StringRef(UTF8Buf); in ExpandResponseFile()