HomeSort by relevance Sort by last modified time
    Searched refs:UTF8Buf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utext.cpp 841 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
854 struct UTF8Buf {
924 UTF8Buf *u8b = NULL;
    [all...]
  /external/icu/icu4c/source/common/
utext.cpp 846 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
859 struct UTF8Buf {
929 UTF8Buf *u8b = NULL;
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 643 std::string UTF8Buf;
645 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
647 Str = StringRef(UTF8Buf);
    [all...]

Completed in 177 milliseconds