Searched refs:keyLimit (Results 1 – 4 of 4) sorted by relevance
387 int keyLimit; in matchAndReplace() local438 keyLimit = intRef[0]; in matchAndReplace()441 if (incremental && keyLimit == pos.limit) { in matchAndReplace()473 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace()474 int lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
388 int keyLimit; in matchAndReplace() local439 keyLimit = intRef[0]; in matchAndReplace()442 if (incremental && keyLimit == pos.limit) { in matchAndReplace()474 int newLength = output.replace(text, pos.start, keyLimit, intRef); in matchAndReplace()475 int lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
371 int32_t keyLimit; in matchAndReplace() local420 keyLimit = oText; in matchAndReplace()423 if (incremental && keyLimit == pos.limit) { in matchAndReplace()454 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); in matchAndReplace()455 int32_t lenDelta = newLength - (keyLimit - pos.start); in matchAndReplace()
1381 const char *keyLimit; in compactKeys() local1390 for (keyLimit = key; *keyLimit != 0; ++keyLimit) {} in compactKeys()1398 offset = static_cast<int32_t>((keyLimit - key) - (suffixLimit - suffix)); in compactKeys()1403 for (k = keyLimit; suffix < suffixLimit && *--k == *--suffixLimit;) {} in compactKeys()