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()
2195 ut->nativeIndexingLimit = newLength; in unistrTextReplace()
2244 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2310 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2392 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2433 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2453 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2472 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2528 ut->nativeIndexingLimit = si; in ucstrTextExtract()
2616 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2717 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2851 ut->nativeIndexingLimit = ut->chunkOffset; // enables native indexing in utext_openCharacterIterator()