OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPat
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp
257
UnicodeString
fPat
;
275
return unum_open(UNUM_PATTERN_DECIMAL,
fPat
.getTerminatedBuffer(), -1, "en_US", 0, &setupStatus);
285
fPat
(pat, -1, US_INV),
385
UnicodeString
fPat
;
403
return unum_open(UNUM_PATTERN_DECIMAL,
fPat
.getTerminatedBuffer(), -1, "en_US", 0, &setupStatus);
413
fPat
(pat, -1, US_INV),
462
UnicodeString
fPat
;
480
return unum_open(UNUM_PATTERN_DECIMAL,
fPat
.getTerminatedBuffer(), -1, "en_US", 0, &setupStatus);
490
fPat
(pat, -1, US_INV),
539
UnicodeString
fPat
;
[
all
...]
/external/chromium_org/third_party/icu/source/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/icu4c/i18n/
uregex.cpp
37
RegexPattern *
fPat
;
52
fPat
= NULL;
66
delete
fPat
;
155
re->
fPat
= RegexPattern::compile(&patText, flags, *pe, *status);
157
re->
fPat
= RegexPattern::compile(&patText, flags, *status);
168
re->fMatcher = re->
fPat
->matcher(*status);
238
re->
fPat
= RegexPattern::compile(&patText, flags, *pe, *status);
240
re->
fPat
= RegexPattern::compile(&patText, flags, *status);
251
re->fMatcher = re->
fPat
->matcher(*status);
296
clone->fMatcher = source->
fPat
->matcher(*status)
[
all
...]
Completed in 502 milliseconds