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

  /external/icu4c/i18n/
repattrn.cpp 437 RegexMatcher *retMatcher = matcher(status);
438 if (retMatcher != NULL) {
439 retMatcher->fDeferredStatus = status;
440 retMatcher->reset(input);
442 return retMatcher;
451 RegexMatcher *retMatcher = matcher(status);
452 if (retMatcher != NULL) {
453 retMatcher->fDeferredStatus = status;
454 retMatcher->reset(input);
456 return retMatcher;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 331 RegexMatcher *retMatcher = matcher(status);
332 retMatcher->fDeferredStatus = status;
333 if (retMatcher != NULL) {
334 retMatcher->reset(input);
336 return retMatcher;
357 RegexMatcher *retMatcher = NULL;
367 retMatcher = new RegexMatcher(this);
368 if (retMatcher == NULL) {
372 return retMatcher;

Completed in 1015 milliseconds