Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp169 int32_t numHanCodePoints = 0; in initHanRanges() local
173 numHanCodePoints += end - start + 1; in initHanRanges()
179 int32_t numHan = numHanCodePoints * hanStep + hanStep + 2; in initHanRanges()