Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunicodetext_test.cc49 EXPECT_EQ(text.size_codepoints(), 10); in TEST()
64 EXPECT_EQ(text.size_codepoints(), 10); in TEST()
Dunicodetext.h156 int size_codepoints() const;
Dunicodetext.cc195 int UnicodeText::size_codepoints() const { in size_codepoints() function in libtextclassifier3::UnicodeText
/external/libtextclassifier/native/annotator/translate/
Dtranslate.cc170 const int text_size_codepoints = text.size_codepoints(); in TokenAlignedSubstringAroundSpan()
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc684 const CodepointSpan initial_span{0, value_unicode.size_codepoints()}; in StripBoundaryCodepoints()
Dannotator.cc112 span.second <= context.size_codepoints()); in IsValidSpanInput()
2549 const int amount_codepoints_size = amount.size_codepoints(); in ParseAndFillInMoneyAmount()