Home
last modified time | relevance | path

Searched refs:retMatcher (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp481 RegexMatcher *retMatcher = matcher(status); in matcher() local
482 if (retMatcher != NULL) { in matcher()
483 retMatcher->fDeferredStatus = status; in matcher()
484 retMatcher->reset(input); in matcher()
486 return retMatcher; in matcher()
496 RegexMatcher *retMatcher = NULL; in matcher() local
506 retMatcher = new RegexMatcher(this); in matcher()
507 if (retMatcher == NULL) { in matcher()
511 return retMatcher; in matcher()
/third_party/node/deps/icu-small/source/i18n/
Drepattrn.cpp481 RegexMatcher *retMatcher = matcher(status); in matcher() local
482 if (retMatcher != NULL) { in matcher()
483 retMatcher->fDeferredStatus = status; in matcher()
484 retMatcher->reset(input); in matcher()
486 return retMatcher; in matcher()
496 RegexMatcher *retMatcher = NULL; in matcher() local
506 retMatcher = new RegexMatcher(this); in matcher()
507 if (retMatcher == NULL) { in matcher()
511 return retMatcher; in matcher()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drepattrn.cpp470 RegexMatcher *retMatcher = matcher(status); in matcher() local
471 if (retMatcher != NULL) { in matcher()
472 retMatcher->fDeferredStatus = status; in matcher()
473 retMatcher->reset(input); in matcher()
475 return retMatcher; in matcher()
485 RegexMatcher *retMatcher = NULL; in matcher() local
495 retMatcher = new RegexMatcher(this); in matcher()
496 if (retMatcher == NULL) { in matcher()
500 return retMatcher; in matcher()
/third_party/icu/icu4c/source/i18n/
Drepattrn.cpp481 RegexMatcher *retMatcher = matcher(status); in matcher() local
482 if (retMatcher != NULL) { in matcher()
483 retMatcher->fDeferredStatus = status; in matcher()
484 retMatcher->reset(input); in matcher()
486 return retMatcher; in matcher()
496 RegexMatcher *retMatcher = NULL; in matcher() local
506 retMatcher = new RegexMatcher(this); in matcher()
507 if (retMatcher == NULL) { in matcher()
511 return retMatcher; in matcher()