Lines Matching refs:bufNILimit
873 int32_t bufNILimit; // Limit of native indexing part of buf member
1123 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1155 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1178 u8b->bufNILimit = 0; in utf8TextAccess()
1228 u8b->bufNILimit = destIx; in utf8TextAccess()
1266 u8b->bufNILimit = destIx; in utf8TextAccess()
1276 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1318 int32_t bufNILimit = destIx; in utf8TextAccess() local
1373 bufNILimit = destIx; in utf8TextAccess()
1380 u8b->bufNILimit = bufNILimit - u8b->bufStartIdx; in utf8TextAccess()
1388 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()