Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp545 UTF32 *Out32 = Codepoints.data(); in fixUTF8() local
546 ConvertUTF8toUTF32(&In8, In8 + S.size(), &Out32, Out32 + Codepoints.size(), in fixUTF8()
548 Codepoints.resize(Out32 - Codepoints.data()); in fixUTF8()