Searched refs:fMatchStart (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 205 fMatchStart = 0; in init() 317 if (fMatchStart > fAppendPosition) { in appendReplacement() 320 (int32_t)(fMatchStart-fAppendPosition), &status); in appendReplacement() 324 len16 = (int32_t)(fMatchStart-fAppendPosition); in appendReplacement() 327 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement() 334 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status); in appendReplacement() 651 if (fMatchStart == fMatchEnd) { in find() 936 if (fMatchStart == fMatchEnd) { in findUsingChunk() 1180 s = fMatchStart; in group() 1259 s = fMatchStart; in appendGroup() [all …]
|
D | uregex.cpp | 1393 matchStart = (int32_t)m->fMatchStart; in appendReplacement() 1399 …art = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &temp… in appendReplacement() 1406 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement() 1859 … destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart, in split()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1830 int64_t fMatchStart; // Position of the start of the most recent match variable
|