Home
last modified time | relevance | path

Searched refs:bufNILimit (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dutext.cpp877 int32_t bufNILimit; // Limit of native indexing part of buf member
1128 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1160 ut->nativeIndexingLimit = u8b->bufNILimit; in utf8TextAccess()
1183 u8b->bufNILimit = 0; in utf8TextAccess()
1233 u8b_swap->bufNILimit = destIx; in utf8TextAccess()
1271 u8b_swap->bufNILimit = destIx; in utf8TextAccess()
1281 ut->nativeIndexingLimit = u8b_swap->bufNILimit; in utf8TextAccess()
1330 int32_t bufNILimit = destIx; in utf8TextAccess() local
1387 bufNILimit = destIx; in utf8TextAccess()
1394 u8b_swap->bufNILimit = bufNILimit - u8b_swap->bufStartIdx; in utf8TextAccess()
[all …]