Home | History | Annotate | Download | only in i18n

Lines Matching refs:step

89     int32_t step;
94 step = (int32_t)q & PRIMARY_STEP_MASK;
95 if(step == 0) {
106 step = (int32_t)nextElement & PRIMARY_STEP_MASK;
110 return Collation::decTwoBytePrimaryByOneStep(p, isCompressible, step);
112 return Collation::decThreeBytePrimaryByOneStep(p, isCompressible, step);
174 int32_t step;
175 if((q & SEC_TER_DELTA_FLAG) == 0 && (step = (int32_t)q & PRIMARY_STEP_MASK) != 0) {
178 return Collation::incTwoBytePrimaryByOffset(p, isCompressible, step);
180 return Collation::incThreeBytePrimaryByOffset(p, isCompressible, step);
328 if(p < (q & 0xffffff00)) { // Reset the "step" bits of a range end primary.