• Home
  • Raw
  • Download

Lines Matching refs:chunkLength

50             if(ut->chunkOffset>=ut->chunkLength && !utext_access(ut, ut->chunkNativeLimit, TRUE)) {  in utext_moveIndex32()
124 if (ut->chunkOffset<ut->chunkLength) { in utext_setNativeIndex()
188 if (ut->chunkOffset==ut->chunkLength) { in utext_current32()
207 if ((ut->chunkOffset+1) < ut->chunkLength) { in utext_current32()
254 if (nativeIndex>=ut->chunkNativeStart && ut->chunkOffset<ut->chunkLength) { in utext_char32At()
270 if (ut->chunkOffset >= ut->chunkLength) { in utext_next32()
284 if (ut->chunkOffset >= ut->chunkLength) { in utext_next32()
645 ut->chunkLength = 0; in utext_setup()
717 ut->chunkLength = 0; in invalidateChunk()
987 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1016 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1125 ut->chunkLength = u8b->bufLimitIdx - u8b->bufStartIdx; in utf8TextAccess()
1157 ut->chunkLength = u8b->bufLimitIdx - u8b->bufStartIdx; in utf8TextAccess()
1166 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1278 ut->chunkLength = u8b_swap->bufLimitIdx; in utf8TextAccess()
1398 ut->chunkLength = u8b_swap->bufLimitIdx - u8b_swap->bufStartIdx; in utf8TextAccess()
1399 ut->chunkOffset = ut->chunkLength; in utf8TextAccess()
1539 U_ASSERT(ut->chunkOffset>ut->nativeIndexingLimit && ut->chunkOffset<=ut->chunkLength); in utf8TextMapOffsetToNative()
1558 U_ASSERT(offset>=0 && offset<=ut->chunkLength); in utf8TextMapIndexToUTF16()
1821 ut->chunkLength = (int32_t)(ut->chunkNativeLimit - ut->chunkNativeStart); in repTextAccess()
1827 U16_IS_LEAD(ex->s[ut->chunkLength-1])) { in repTextAccess()
1828 ut->chunkLength--; in repTextAccess()
1830 if (ut->chunkOffset > ut->chunkLength) { in repTextAccess()
1831 ut->chunkOffset = ut->chunkLength; in repTextAccess()
1840 --(ut->chunkLength); in repTextAccess()
1848 ut->nativeIndexingLimit = ut->chunkLength; in repTextAccess()
2127 int32_t length = ut->chunkLength; in unistrTextAccess()
2208 ut->chunkLength = newLength; in unistrTextReplace()
2257 ut->chunkLength += limit32-start32; in unistrTextCopy()
2258 ut->chunkNativeLimit = ut->chunkLength; in unistrTextCopy()
2259 ut->nativeIndexingLimit = ut->chunkLength; in unistrTextCopy()
2322 ut->chunkLength = s->length(); in utext_openConstUnicodeString()
2324 ut->chunkNativeLimit = ut->chunkLength; in utext_openConstUnicodeString()
2325 ut->nativeIndexingLimit = ut->chunkLength; in utext_openConstUnicodeString()
2406 ut->chunkLength = (int32_t)ut->chunkNativeLimit; in ucstrTextLength()
2407 ut->nativeIndexingLimit = ut->chunkLength; in ucstrTextLength()
2447 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2467 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2488 ut->chunkLength = chunkLimit; in ucstrTextAccess()
2542 ut->chunkLength = si; in ucstrTextExtract()
2635 ut->chunkLength = (int32_t)ut->chunkNativeLimit; in utext_openUChars()
2637 ut->nativeIndexingLimit = ut->chunkLength; in utext_openUChars()
2731 ut->chunkLength = CIBufSize; in charIterTextAccess()
2736 ut->chunkLength = (int32_t)(ut->chunkNativeLimit)-(int32_t)(ut->chunkNativeStart); in charIterTextAccess()
2738 ut->nativeIndexingLimit = ut->chunkLength; in charIterTextAccess()
2742 UBool success = (forward? ut->chunkOffset<ut->chunkLength : ut->chunkOffset>0); in charIterTextAccess()
2871 ut->chunkLength = 0; in utext_openCharacterIterator()