Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunilib.h169 const StatusOr<int32> icu_length = Length(text); in IsValidUtf8() local
170 if (!icu_length.ok()) { in IsValidUtf8()
174 if (icu_length.ValueOrDie() != text.size_codepoints()) { in IsValidUtf8()