Lines Matching refs:end
166 if((length & 1) != 0) { // incomplete start/end pairs
177 UChar32 end = ranges[i + 1];
178 numHanCodePoints += end - start + 1;
194 UChar32 end = ranges[i + 1];
195 hanPrimary = setPrimaryRangeAndReturnNext(start, end, hanPrimary, hanStep, errorCode);
405 int32_t end;
455 (end = writeRootElementsRange(prevPrimary, p, i + 1, table, errorCode)) != 0) {
458 // The range end was written, ending with the primary of rootElements[end].
459 ce = rootElements.elementAti(end);
462 i = end;
520 int32_t end = 0; // Initially 0: No range for just two primaries.
544 end = i++;
546 // or if we are at the end of the list.
549 if(end != 0) {
552 return end;