Home | History | Annotate | Download | only in i18n

Lines Matching refs:lowOffset

45     int32_t  lowOffset;
217 ceb[offset].lowOffset = low;
268 ceb[offset].lowOffset = low;
310 ceb[0].lowOffset = last;
687 int32_t low = cei->lowOffset;
750 int32_t mStart = firstCEI.lowOffset;
751 int32_t minLimit = lastCEI.lowOffset;
760 if (nextCEI.lowOffset > maxLimit) {
761 maxLimit = nextCEI.lowOffset;
764 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) {
772 if (firstCEI.lowOffset == firstCEI.highOffset) {