Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDJB.cpp25 const UTF8 *Begin8 = Begin8Const; in chopOneUTF32() local
31 ConvertUTF8toUTF32(&Begin8, reinterpret_cast<const UTF8 *>(Buffer.end()), in chopOneUTF32()
33 Buffer = Buffer.drop_front(Begin8 - Begin8Const); in chopOneUTF32()
39 UTF8 *Begin8 = Storage.begin(); in toUTF8() local
43 ConversionResult CR = ConvertUTF32toUTF8(&Begin32, &C + 1, &Begin8, in toUTF8()
48 Begin8 - Storage.begin()); in toUTF8()