Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp54 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() argument
62 fRXPat = rxp; in RegexCompile()
78 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) { in RegexCompile()
79 status = rxp->fDeferredStatus; in RegexCompile()