Home | History | Annotate | Download | only in common

Lines Matching refs:chunkLimit

2409         int32_t chunkLimit = (int32_t)ut->chunkNativeLimit;
2410 for (; chunkLimit<scanLimit; chunkLimit++) {
2411 if (str[chunkLimit] == 0) {
2414 ut->a = chunkLimit;
2415 ut->chunkLength = chunkLimit;
2416 ut->nativeIndexingLimit = chunkLimit;
2417 if (index >= chunkLimit) {
2418 index = chunkLimit;
2423 ut->chunkNativeLimit = chunkLimit;
2430 if (chunkLimit == INT32_MAX) {
2434 ut->a = chunkLimit;
2435 ut->chunkLength = chunkLimit;
2436 ut->nativeIndexingLimit = chunkLimit;
2437 if (index > chunkLimit) {
2438 index = chunkLimit;
2440 ut->chunkNativeLimit = chunkLimit;
2447 if (U16_IS_LEAD(str[chunkLimit-1])) {
2448 --chunkLimit;
2454 ut->chunkNativeLimit = chunkLimit;
2455 ut->nativeIndexingLimit = chunkLimit;
2456 ut->chunkLength = chunkLimit;