Searched refs:fAppendPosition (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | rematch.cpp | 215 fAppendPosition = 0; in init() 325 if (fMatchStart > fAppendPosition) { in appendReplacement() 327 … destLen += utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, in appendReplacement() 328 (int32_t)(fMatchStart-fAppendPosition), &status); in appendReplacement() 332 len16 = (int32_t)(fMatchStart-fAppendPosition); in appendReplacement() 335 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement() 342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement() 347 fAppendPosition = fMatchEnd; in appendReplacement() 515 if (fInputLength > fAppendPosition) { in appendTail() 518 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, in appendTail() [all …]
|
/external/icu4c/i18n/unicode/ |
D | regex.h | 1801 int64_t fAppendPosition; // First position after the end of the previous variable
|