• Home
  • Raw
  • Download

Lines Matching refs:nativeIndexingLimit

100     if(ut->chunkOffset <= ut->nativeIndexingLimit) {  in utext_getNativeIndex()
116 } else if((int32_t)(index - ut->chunkNativeStart) <= ut->nativeIndexingLimit) { in utext_setNativeIndex()
154 if (i <= ut->nativeIndexingLimit) { in utext_getPreviousNativeIndex()
244 …ativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLimit) { in utext_char32At()
356 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_next32From()
396 } else if(index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) { in utext_previous32From()
648 ut->nativeIndexingLimit = 0; in utext_setup()
721 ut->nativeIndexingLimit = 0; in invalidateChunk()
1125 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1157 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1278 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1390 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1527 U_ASSERT(ut->chunkOffset>ut->nativeIndexingLimit && ut->chunkOffset<=ut->chunkLength); in utf8TextMapOffsetToNative()
1541 U_ASSERT(index>=ut->chunkNativeStart+ut->nativeIndexingLimit); in utf8TextMapIndexToUTF16()
1835 ut->nativeIndexingLimit = ut->chunkLength; in repTextAccess()
2197 ut->nativeIndexingLimit = newLength; in unistrTextReplace()
2246 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2312 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2394 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2435 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2455 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2474 ut->nativeIndexingLimit = chunkLimit; in ucstrTextAccess()
2530 ut->nativeIndexingLimit = si; in ucstrTextExtract()
2624 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2725 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2859 ut->nativeIndexingLimit = ut->chunkOffset; // enables native indexing in utext_openCharacterIterator()