Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc364 constexpr int kNumToUpperRangesStart = ARRAYSIZE(kToUpperRangesStart); variable
434 static_assert(kNumToUpperRangesStart == kNumToUpperRangesEnd,
436 static_assert(kNumToUpperRangesStart == kNumToUpperRangesOffsets,
694 kNumToUpperRangesStart, /*stride=*/1, codepoint); in ToUpper()