Lines Matching refs:hanStep
89 firstHanPrimary(0), lastHanPrimary(0), hanStep(2),
181 // Add hanStep+2 for tailoring after the last Han character.
183 hanStep = gap + 1;
184 int32_t numHan = numHanCodePoints * hanStep + hanStep + 2;
195 hanPrimary = setPrimaryRangeAndReturnNext(start, end, hanPrimary, hanStep, errorCode);
198 // It saves us from subtracting "hanStep" and handling underflows.
416 nextHanPrimary = Collation::incThreeBytePrimaryByOffset(p, false, hanStep);
432 table.addElement((int32_t)p | hanStep, errorCode);
433 nextHanPrimary = Collation::incThreeBytePrimaryByOffset(p, false, hanStep);
437 table.addElement((int32_t)p | hanStep, errorCode);
442 table.addElement((int32_t)lastHanPrimary | hanStep, errorCode);