Searched refs:hanStep (Results 1 - 2 of 2) sorted by relevance
/third_party/icu/tools/unicode/c/genuca/ |
H A D | collationbasedatabuilder.cpp | 89 firstHanPrimary(0), lastHanPrimary(0), hanStep(2), in CollationBaseDataBuilder() 181 // Add hanStep+2 for tailoring after the last Han character. in initHanRanges() 183 hanStep = gap + 1; in initHanRanges() 184 int32_t numHan = numHanCodePoints * hanStep + hanStep + 2; in initHanRanges() 195 hanPrimary = setPrimaryRangeAndReturnNext(start, end, hanPrimary, hanStep, errorCode); in initHanRanges() 198 // It saves us from subtracting "hanStep" and handling underflows. in initHanRanges() 416 nextHanPrimary = Collation::incThreeBytePrimaryByOffset(p, false, hanStep); in buildRootElementsTable() 432 table.addElement((int32_t)p | hanStep, errorCode); in buildRootElementsTable() 433 nextHanPrimary = Collation::incThreeBytePrimaryByOffset(p, false, hanStep); in buildRootElementsTable() [all...] |
H A D | collationbasedatabuilder.h | 88 int32_t hanStep; member in CollationBaseDataBuilder
|
Completed in 2 milliseconds