Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.cc94 constexpr int kNumUpperSingles = ARRAYSIZE(kUpperSingles); variable
270 if (GetMatchIndex(kUpperSingles, kNumUpperSingles, codepoint) >= 0) { in IsUpper()