Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DCodePointMatcher.java14 public class CodePointMatcher implements NumberParseMatcher { class
18 public static CodePointMatcher getInstance(int cp) { in getInstance()
20 return new CodePointMatcher(cp); in getInstance()
23 private CodePointMatcher(int cp) { in CodePointMatcher() method in CodePointMatcher
DAffixPatternMatcher.java105 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCodePointMatcher.java12 public class CodePointMatcher implements NumberParseMatcher { class
16 public static CodePointMatcher getInstance(int cp) { in getInstance()
18 return new CodePointMatcher(cp); in getInstance()
21 private CodePointMatcher(int cp) { in CodePointMatcher() method in CodePointMatcher
DAffixPatternMatcher.java103 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
/external/icu/icu4c/source/i18n/
Dnumparse_affixes.h31 class U_I18N_API CodePointMatcher : public NumberParseMatcher, public UMemory {
33 CodePointMatcher() = default; // WARNING: Leaves the object in an unusable state
35 CodePointMatcher(UChar32 cp);
55 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>;
57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>;
116 MemoryPool<CodePointMatcher> fCodePoints;
Dnumparse_affixes.cpp173 CodePointMatcher::CodePointMatcher(UChar32 cp) in CodePointMatcher() function in CodePointMatcher
176 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match()
184 bool CodePointMatcher::smokeTest(const StringSegment& segment) const { in smokeTest()
188 UnicodeString CodePointMatcher::toString() const { in toString()
/external/icu/libicu/cts_headers/
Dnumparse_affixes.h31 class U_I18N_API CodePointMatcher : public NumberParseMatcher, public UMemory {
33 CodePointMatcher() = default; // WARNING: Leaves the object in an unusable state
35 CodePointMatcher(UChar32 cp);
55 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>;
57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>;
116 MemoryPool<CodePointMatcher> fCodePoints;