HomeSort by relevance Sort by last modified time
    Searched refs:fMatchStart (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 135 fMatchStart = 0;
210 int32_t len = fMatchStart-fAppendPosition;
384 if (fMatchStart == fMatchEnd) {
904 fMatchStart = 0;
1016 int32_t fieldLen = fMatchStart - nextOutputStringStart;
1085 s = fMatchStart;
    [all...]
uregex.cpp 924 for (i=m->fLastMatchEnd; i<m->fMatchStart; i++) {
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h     [all...]
  /external/icu4c/i18n/
rematch.cpp 205 fMatchStart = 0;
310 if (fMatchStart > fAppendPosition) {
312 destLen += utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fMatchStart-fAppendPosition), &status);
316 len16 = (int32_t)(fMatchStart-fAppendPosition);
319 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
322 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
578 if (fMatchStart == fMatchEnd) {
873 if (fMatchStart == fMatchEnd) {
    [all...]
uregex.cpp     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 486 milliseconds