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

  /external/icu/icu4c/source/common/
utext.cpp 859 // UTF8Buf Two of these structs will be set up in the UText's extra allocated space.
872 struct UTF8Buf {
942 UTF8Buf *u8b = NULL;
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 880 std::string UTF8Buf;
882 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
884 Str = StringRef(UTF8Buf);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 899 std::string UTF8Buf;
901 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
903 Str = StringRef(UTF8Buf);
    [all...]

Completed in 300 milliseconds