Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJSON.cpp543 std::vector<UTF32> Codepoints(S.size()); // 1 codepoint per byte suffices. in fixUTF8() local
545 UTF32 *Out32 = Codepoints.data(); in fixUTF8()
546 ConvertUTF8toUTF32(&In8, In8 + S.size(), &Out32, Out32 + Codepoints.size(), in fixUTF8()
548 Codepoints.resize(Out32 - Codepoints.data()); in fixUTF8()
549 std::string Res(4 * Codepoints.size(), 0); // 4 bytes per codepoint suffice in fixUTF8()
550 const UTF32 *In32 = Codepoints.data(); in fixUTF8()
552 ConvertUTF32toUTF8(&In32, In32 + Codepoints.size(), &Out8, Out8 + Res.size(), in fixUTF8()
/external/icu/icu4c/source/data/translit/
DZawgyi_my.txt25 $ukinzi = \u1004\u103A\u1039; # Codepoints representing kinzi in Unicode
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt1385 Codepoints for the RO_COMPAT_REPLICA feature has been reserved.