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

  /external/icu4c/i18n/
uregex.cpp 40 RegexMatcher *fMatcher;
55 fMatcher = NULL;
62 delete fMatcher;
63 fMatcher = NULL;
92 // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway
167 re->fMatcher = re->fPat->matcher(*status);
250 re->fMatcher = re->fPat->matcher(*status);
295 clone->fMatcher = source->fPat->matcher(*status);
394 regexp->fMatcher->reset(&input);
424 regexp->fMatcher->reset(text)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 34 RegexMatcher *fMatcher;
51 fMatcher = NULL;
57 delete fMatcher;
58 fMatcher = NULL;
150 re->fMatcher = re->fPat->matcher(*status);
193 clone->fMatcher = source->fPat->matcher(*status);
269 regexp->fMatcher->reset(regexp->fTextString);
307 result = regexp->fMatcher->matches(*status);
309 result = regexp->fMatcher->matches(startIndex, *status);
330 result = regexp->fMatcher->lookingAt(*status)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 646 milliseconds