Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp717 UTF8 *Out8 = reinterpret_cast<UTF8 *>(&Res[0]); in fixUTF8() local
718 ConvertUTF32toUTF8(&In32, In32 + Codepoints.size(), &Out8, Out8 + Res.size(), in fixUTF8()
720 Res.resize(reinterpret_cast<char *>(Out8) - Res.data()); in fixUTF8()