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

  /external/icu4c/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/icu4c/i18n/unicode/
regex.h     [all...]

Completed in 350 milliseconds