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

  /external/icu4c/i18n/
uregex.cpp 36 RegexPattern *fPat;
51 fPat = NULL;
65 delete fPat;
154 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
156 re->fPat = RegexPattern::compile(&patText, flags, *status);
167 re->fMatcher = re->fPat->matcher(*status);
237 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
239 re->fPat = RegexPattern::compile(&patText, flags, *status);
250 re->fMatcher = re->fPat->matcher(*status);
295 clone->fMatcher = source->fPat->matcher(*status)
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 30 RegexPattern *fPat;
47 fPat = NULL;
60 delete fPat;
139 re->fPat = RegexPattern::compile(patString, flags, *pe, *status);
141 re->fPat = RegexPattern::compile(patString, flags, *status);
150 re->fMatcher = re->fPat->matcher(*status);
193 clone->fMatcher = source->fPat->matcher(*status);
199 clone->fPat = source->fPat;
242 int32_t flags = regexp->fPat->flags()
    [all...]

Completed in 177 milliseconds