Lines Matching refs:nativeIndexingLimit

98     if(ut->chunkOffset <= ut->nativeIndexingLimit) {  in utext_getNativeIndex()
114 } else if((int32_t)(index - ut->chunkNativeStart) <= ut->nativeIndexingLimit) { in utext_setNativeIndex()
152 if (i <= ut->nativeIndexingLimit) { in utext_getPreviousNativeIndex()
242 …ativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLimit) { in utext_char32At()
354 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_next32From()
394 } else if(index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_previous32From()
646 ut->nativeIndexingLimit = 0; in utext_setup()
719 ut->nativeIndexingLimit = 0; in invalidateChunk()
1123 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1155 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1276 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1388 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1525 U_ASSERT(ut->chunkOffset>ut->nativeIndexingLimit && ut->chunkOffset<=ut->chunkLength); in utf8TextMapOffsetToNative()
1539 U_ASSERT(index>=ut->chunkNativeStart+ut->nativeIndexingLimit); in utf8TextMapIndexToUTF16()
1833 ut->nativeIndexingLimit = ut->chunkLength; in repTextAccess()
2192 ut->nativeIndexingLimit = newLength; in unistrTextReplace()
2241 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2307 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2389 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2430 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2450 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2469 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2525 ut->nativeIndexingLimit = si; in ucstrTextExtract()
2613 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2714 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2845 ut->nativeIndexingLimit = ut->chunkOffset; // enables native indexing in utext_openCharacterIterator()