Lines Matching refs:chunkLength

48             if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {  in utext_moveIndex32()
122 if (ut->chunkOffset<ut->chunkLength) { in utext_setNativeIndex()
186 if (ut->chunkOffset==ut->chunkLength) { in utext_current32()
205 if ((ut->chunkOffset+1) < ut->chunkLength) { in utext_current32()
252 if (nativeIndex>=ut->chunkNativeStart && ut->chunkOffset<ut->chunkLength) { in utext_char32At()
268 if (ut->chunkOffset >= ut->chunkLength) { in utext_next32()
282 if (ut->chunkOffset >= ut->chunkLength) { in utext_next32()
643 ut->chunkLength = 0; in utext_setup()
715 ut->chunkLength = 0; in invalidateChunk()
983 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1012 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1120 ut->chunkLength = u8b->bufLimitIdx - u8b->bufStartIdx; in utf8TextAccess()
1152 ut->chunkLength = u8b->bufLimitIdx - u8b->bufStartIdx; in utf8TextAccess()
1161 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1273 ut->chunkLength = u8b->bufLimitIdx; in utf8TextAccess()
1384 ut->chunkLength = u8b->bufLimitIdx - u8b->bufStartIdx; in utf8TextAccess()
1385 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1525 U_ASSERT(ut->chunkOffset>ut->nativeIndexingLimit && ut->chunkOffset<=ut->chunkLength); in utf8TextMapOffsetToNative()
1543 U_ASSERT(offset>=0 && offset<=ut->chunkLength); in utf8TextMapIndexToUTF16()
1806 ut->chunkLength = (int32_t)(ut->chunkNativeLimit - ut->chunkNativeStart); in repTextAccess()
1812 U16_IS_LEAD(ex->s[ut->chunkLength-1])) { in repTextAccess()
1813 ut->chunkLength--; in repTextAccess()
1815 if (ut->chunkOffset > ut->chunkLength) { in repTextAccess()
1816 ut->chunkOffset = ut->chunkLength; in repTextAccess()
1825 --(ut->chunkLength); in repTextAccess()
1833 ut->nativeIndexingLimit = ut->chunkLength; in repTextAccess()
2112 int32_t length = ut->chunkLength; in unistrTextAccess()
2193 ut->chunkLength = newLength; in unistrTextReplace()
2242 ut->chunkLength += limit32-start32; in unistrTextCopy()
2243 ut->chunkNativeLimit = ut->chunkLength; in unistrTextCopy()
2244 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2307 ut->chunkLength = s->length(); in utext_openConstUnicodeString()
2309 ut->chunkNativeLimit = ut->chunkLength; in utext_openConstUnicodeString()
2310 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2391 ut->chunkLength = (int32_t)ut->chunkNativeLimit; in ucstrTextLength()
2392 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2432 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2452 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2473 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2527 ut->chunkLength = si; in ucstrTextExtract()
2614 ut->chunkLength = (int32_t)ut->chunkNativeLimit; in utext_openUChars()
2616 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2710 ut->chunkLength = CIBufSize; in charIterTextAccess()
2715 ut->chunkLength = (int32_t)(ut->chunkNativeLimit)-(int32_t)(ut->chunkNativeStart); in charIterTextAccess()
2717 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2721 UBool success = (forward? ut->chunkOffset<ut->chunkLength : ut->chunkOffset>0); in charIterTextAccess()
2850 ut->chunkLength = 0; in utext_openCharacterIterator()