Searched refs:rxp (Results 1 – 1 of 1) sorted by relevance
55 RegexCompile::RegexCompile(RegexPattern *rxp, UErrorCode &status) : in RegexCompile() argument63 fRXPat = rxp; in RegexCompile()79 if (U_SUCCESS(status) && U_FAILURE(rxp->fDeferredStatus)) { in RegexCompile()80 status = rxp->fDeferredStatus; in RegexCompile()