Searched refs:fMatchStart (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/i18n/
H A Drematch.cpp212 fMatchStart = 0;
325 if (fMatchStart > fAppendPosition) {
328 (int32_t)(fMatchStart-fAppendPosition), &status);
332 len16 = (int32_t)(fMatchStart-fAppendPosition);
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
616 if (fMatchStart == fMatchEnd) {
904 if (fMatchStart == fMatchEnd) {
1154 s = fMatchStart;
1223 s = fMatchStart;
[all...]
H A Duregex.cpp1395 matchStart = (int32_t)m->fMatchStart;
1401 matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &status);
1408 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart,
1828 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart,
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp212 fMatchStart = 0;
319 if (fMatchStart > fAppendPosition) {
322 (int32_t)(fMatchStart-fAppendPosition), &status);
326 len16 = (int32_t)(fMatchStart-fAppendPosition);
329 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
336 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
610 if (fMatchStart == fMatchEnd) {
898 if (fMatchStart == fMatchEnd) {
1148 s = fMatchStart;
1217 s = fMatchStart;
[all...]
H A Duregex.cpp1377 matchStart = (int32_t)m->fMatchStart;
1383 matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0, &status);
1390 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart,
1805 destIdx += 1 + utext_extract(inputText, nextOutputStringStart, regexp->fMatcher->fMatchStart,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dregex.h1715 int64_t fMatchStart; // Position of the start of the most recent match member in class:RegexMatcher
/external/icu4c/i18n/unicode/
H A Dregex.h1797 int64_t fMatchStart; // Position of the start of the most recent match member in class:RegexMatcher

Completed in 125 milliseconds