Lines Matching refs:bufNILimit
879 int32_t bufNILimit; // Limit of native indexing part of buf member
1130 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1162 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1185 u8b->bufNILimit = 0; in utf8TextAccess()
1235 u8b_swap->bufNILimit = destIx; in utf8TextAccess()
1273 u8b_swap->bufNILimit = destIx; in utf8TextAccess()
1283 ut->nativeIndexingLimit = u8b_swap->bufNILimit; in utf8TextAccess()
1332 int32_t bufNILimit = destIx; in utf8TextAccess() local
1389 bufNILimit = destIx; in utf8TextAccess()
1396 u8b_swap->bufNILimit = bufNILimit - u8b_swap->bufStartIdx; in utf8TextAccess()
1404 ut->nativeIndexingLimit = u8b_swap->bufNILimit; in utf8TextAccess()