Searched refs:fMatchStart (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | rematch.cpp | 212 fMatchStart = 0; in init() 325 if (fMatchStart > 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() 616 if (fMatchStart == fMatchEnd) { in find() 904 if (fMatchStart == fMatchEnd) { in findUsingChunk() 1154 s = fMatchStart; in group() 1223 s = fMatchStart; in group() [all …]
|
D | uregex.cpp | 1395 matchStart = (int32_t)m->fMatchStart; in appendReplacement() 1401 …art = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &stat… in appendReplacement() 1408 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement() 1828 … destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart, in split()
|
/external/icu4c/i18n/unicode/ |
D | regex.h | 1795 int64_t fMatchStart; // Position of the start of the most recent match variable
|