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

  /external/icu4c/i18n/
rematch.cpp 212 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) {
    [all...]
uregex.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 212 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) {
    [all...]
uregex.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h     [all...]
  /external/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 751 milliseconds