Lines Matching refs:nativeIndexingLimit
102 if(ut->chunkOffset <= ut->nativeIndexingLimit) { in utext_getNativeIndex()
118 } else if((int32_t)(index - ut->chunkNativeStart) <= ut->nativeIndexingLimit) { in utext_setNativeIndex()
156 if (i <= ut->nativeIndexingLimit) { in utext_getPreviousNativeIndex()
246 …ativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLimit) { in utext_char32At()
358 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_next32From()
398 } else if(index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_previous32From()
650 ut->nativeIndexingLimit = 0; in utext_setup()
723 ut->nativeIndexingLimit = 0; in invalidateChunk()
1130 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1162 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1283 ut->nativeIndexingLimit = u8b_swap->bufNILimit; in utf8TextAccess()
1404 ut->nativeIndexingLimit = u8b_swap->bufNILimit; in utf8TextAccess()
1541 U_ASSERT(ut->chunkOffset>ut->nativeIndexingLimit && ut->chunkOffset<=ut->chunkLength); in utf8TextMapOffsetToNative()
1555 U_ASSERT(index>=ut->chunkNativeStart+ut->nativeIndexingLimit); in utf8TextMapIndexToUTF16()
1850 ut->nativeIndexingLimit = ut->chunkLength; in repTextAccess()
2212 ut->nativeIndexingLimit = newLength; in unistrTextReplace()
2261 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2327 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2409 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2450 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2470 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2489 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2545 ut->nativeIndexingLimit = si; in ucstrTextExtract()
2639 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2740 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2874 ut->nativeIndexingLimit = ut->chunkOffset; // enables native indexing in utext_openCharacterIterator()