Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp548 std::vector<UTF32> Codepoints(S.size()); // 1 codepoint per byte suffices. in fixUTF8() local
550 UTF32 *Out32 = Codepoints.data(); in fixUTF8()
551 ConvertUTF8toUTF32(&In8, In8 + S.size(), &Out32, Out32 + Codepoints.size(), in fixUTF8()
553 Codepoints.resize(Out32 - Codepoints.data()); in fixUTF8()
554 std::string Res(4 * Codepoints.size(), 0); // 4 bytes per codepoint suffice in fixUTF8()
555 const UTF32 *In32 = Codepoints.data(); in fixUTF8()
557 ConvertUTF32toUTF8(&In32, In32 + Codepoints.size(), &Out8, Out8 + Res.size(), in fixUTF8()
/external/llvm-project/llvm/lib/Support/
DJSON.cpp694 std::vector<UTF32> Codepoints(S.size()); // 1 codepoint per byte suffices. in fixUTF8() local
696 UTF32 *Out32 = Codepoints.data(); in fixUTF8()
697 ConvertUTF8toUTF32(&In8, In8 + S.size(), &Out32, Out32 + Codepoints.size(), in fixUTF8()
699 Codepoints.resize(Out32 - Codepoints.data()); in fixUTF8()
700 std::string Res(4 * Codepoints.size(), 0); // 4 bytes per codepoint suffice in fixUTF8()
701 const UTF32 *In32 = Codepoints.data(); in fixUTF8()
703 ConvertUTF32toUTF8(&In32, In32 + Codepoints.size(), &Out8, Out8 + Res.size(), in fixUTF8()
/external/libtextclassifier/native/utils/grammar/
Danalyzer.cc84 context.codepoints = context.text.Codepoints(); in BuildTextContextForInput()
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.h180 std::vector<const_iterator> Codepoints() const;
Dunicodetext.cc206 std::vector<UnicodeText::const_iterator> UnicodeText::Codepoints() const { in Codepoints() function in libtextclassifier3::UnicodeText
/external/libtextclassifier/native/utils/grammar/testing/
Dutils.h83 context.codepoints = context.text.Codepoints(); in TextContextForText()
/external/icu/icu4c/source/data/translit/
DZawgyi_my.txt26 $ukinzi = \u1004\u103A\u1039; # Codepoints representing kinzi in Unicode
/external/libtextclassifier/native/annotator/
Dannotator.cc2027 line_codepoints = line_unicode.Codepoints(); in ModelAnnotate()
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt1385 Codepoints for the RO_COMPAT_REPLICA feature has been reserved.