Home | History | Annotate | Download | only in i18n

Lines Matching refs:lowOffset

45     int32_t  lowOffset;
215 ceb[offset].lowOffset = low;
266 ceb[offset].lowOffset = low;
308 ceb[0].lowOffset = last;
734 int32_t low = cei->lowOffset;
797 int32_t mStart = firstCEI.lowOffset;
798 int32_t minLimit = lastCEI.lowOffset;
807 if (nextCEI.lowOffset > maxLimit) {
808 maxLimit = nextCEI.lowOffset;
811 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) {
819 if (firstCEI.lowOffset == firstCEI.highOffset) {