Searched refs:Codepoints (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | JSON.cpp | 548 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/ |
D | JSON.cpp | 694 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/ |
D | analyzer.cc | 84 context.codepoints = context.text.Codepoints(); in BuildTextContextForInput()
|
/external/libtextclassifier/native/utils/utf8/ |
D | unicodetext.h | 180 std::vector<const_iterator> Codepoints() const;
|
D | unicodetext.cc | 206 std::vector<UnicodeText::const_iterator> UnicodeText::Codepoints() const { in Codepoints() function in libtextclassifier3::UnicodeText
|
/external/libtextclassifier/native/utils/grammar/testing/ |
D | utils.h | 83 context.codepoints = context.text.Codepoints(); in TextContextForText()
|
/external/icu/icu4c/source/data/translit/ |
D | Zawgyi_my.txt | 26 $ukinzi = \u1004\u103A\u1039; # Codepoints representing kinzi in Unicode
|
/external/libtextclassifier/native/annotator/ |
D | annotator.cc | 2027 line_codepoints = line_unicode.Codepoints(); in ModelAnnotate()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 1385 Codepoints for the RO_COMPAT_REPLICA feature has been reserved.
|