Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.cc63 constexpr char32 kWhitespaces[] = { variable
70 constexpr int kNumWhitespaces = ARRAYSIZE(kWhitespaces);
260 return GetMatchIndex(kWhitespaces, kNumWhitespaces, codepoint) >= 0; in IsWhitespace()