Searched defs:firstSplitByteRangeIndex (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp103 int32_t firstSplitByteRangeIndex = 0; local
104 while(firstSplitByteRangeIndex < rangesLength &&
105 (ranges[firstSplitByteRangeIndex] & 0xff0000) == 0) {
107 ++firstSplitByteRangeIndex;
109 if(firstSplitByteRangeIndex == rangesLength) {
115 U_ASSERT(table[ranges[firstSplitByteRangeIndex] >> 24] == 0);
117 reorderRanges = ranges + firstSplitByteRangeIndex;
118 reorderRangesLength = rangesLength - firstSplitByteRangeIndex;
156 int32_t firstSplitByteRangeIndex = -1; local
168 if(firstSplitByteRangeIndex <
[all...]

Completed in 37 milliseconds