Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc175 constexpr int kNumPunctuationRangesStart = ARRAYSIZE(kPunctuationRangesStart); variable
438 static_assert(kNumPunctuationRangesStart == kNumPunctuationRangesEnd,
572 kNumPunctuationRangesStart, /*stride=*/1, codepoint) >= 0); in IsPunctuation()