Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
Dutext.cpp859 struct UTF8Buf { struct
929 UTF8Buf *u8b = NULL; in utf8TextAccess()
979 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
991 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1022 u8b = (UTF8Buf *)ut->p; // the current buffer in utf8TextAccess()
1046 UTF8Buf *altB = (UTF8Buf *)ut->q; in utf8TextAccess()
1058 u8b = (UTF8Buf *)ut->q; // the alternate buffer in utf8TextAccess()
1086 u8b = (UTF8Buf *)ut->p; in utf8TextAccess()
1107 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
1139 u8b = (UTF8Buf *)ut->q; in utf8TextAccess()
[all …]
/external/llvm/lib/Support/
DCommandLine.cpp643 std::string UTF8Buf; in ExpandResponseFile() local
645 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
647 Str = StringRef(UTF8Buf); in ExpandResponseFile()