Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumparse_impl.cpp212 fNumMatchers = 0; in ~NumberParserImpl()
216 if (fNumMatchers + 1 > fMatchers.getCapacity()) { in addMatcher()
217 fMatchers.resize(fNumMatchers * 2, fNumMatchers); in addMatcher()
219 fMatchers[fNumMatchers] = &matcher; in addMatcher()
220 fNumMatchers++; in addMatcher()
254 for (int32_t i = 0; i < fNumMatchers; i++) { in parse()
263 for (int i = 0; i <fNumMatchers;) { in parseGreedy()
312 for (int32_t i = 0; i < fNumMatchers; i++) { in parseLongestRecursive()
356 for (int32_t i = 0; i < fNumMatchers; i++) { in toString()
Dnumparse_impl.h67 int32_t fNumMatchers = 0; variable
/external/cronet/third_party/icu/source/i18n/
Dnumparse_impl.cpp212 fNumMatchers = 0; in ~NumberParserImpl()
216 if (fNumMatchers + 1 > fMatchers.getCapacity()) { in addMatcher()
217 fMatchers.resize(fNumMatchers * 2, fNumMatchers); in addMatcher()
219 fMatchers[fNumMatchers] = &matcher; in addMatcher()
220 fNumMatchers++; in addMatcher()
254 for (int32_t i = 0; i < fNumMatchers; i++) { in parse()
263 for (int i = 0; i <fNumMatchers;) { in parseGreedy()
312 for (int32_t i = 0; i < fNumMatchers; i++) { in parseLongestRecursive()
356 for (int32_t i = 0; i < fNumMatchers; i++) { in toString()
Dnumparse_impl.h67 int32_t fNumMatchers = 0; variable
/external/icu/libicu/cts_headers/
Dnumparse_impl.h67 int32_t fNumMatchers = 0; variable