Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDJB.cpp26 const UTF8 *Begin8 = Begin8Const; in chopOneUTF32() local
32 ConvertUTF8toUTF32(&Begin8, reinterpret_cast<const UTF8 *>(Buffer.end()), in chopOneUTF32()
34 Buffer = Buffer.drop_front(Begin8 - Begin8Const); in chopOneUTF32()
40 UTF8 *Begin8 = Storage.begin(); in toUTF8() local
44 ConversionResult CR = ConvertUTF32toUTF8(&Begin32, &C + 1, &Begin8, in toUTF8()
49 Begin8 - Storage.begin()); in toUTF8()