Searched refs:CodePointMatcher (Results 1 – 9 of 9) sorted by relevance
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
| D | CodePointMatcher.java | 14 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
|
| D | AffixPatternMatcher.java | 105 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/parse/ |
| D | CodePointMatcher.java | 12 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
|
| D | AffixPatternMatcher.java | 103 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | numparse_affixes.h | 31 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>; 118 MemoryPool<CodePointMatcher> fCodePoints;
|
| D | numparse_affixes.cpp | 177 CodePointMatcher::CodePointMatcher(UChar32 cp) in CodePointMatcher() function in CodePointMatcher 180 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() 188 bool CodePointMatcher::smokeTest(const StringSegment& segment) const { in smokeTest() 192 UnicodeString CodePointMatcher::toString() const { in toString()
|
| /external/icu/libicu/cts_headers/ |
| D | numparse_affixes.h | 31 class U_I18N_API CodePointMatcher : public NumberParseMatcher, public UMemory { 33 CodePointMatcher() = default; // WARNING: Leaves the object in an unusable state 35 CodePointMatcher(UChar32 cp); 54 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>; 56 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; 116 MemoryPool<CodePointMatcher> fCodePoints;
|
| /external/icu/icu4c/source/i18n/ |
| D | numparse_affixes.h | 31 class U_I18N_API CodePointMatcher : public NumberParseMatcher, public UMemory { 33 CodePointMatcher() = default; // WARNING: Leaves the object in an unusable state 35 CodePointMatcher(UChar32 cp); 54 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>; 56 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; 116 MemoryPool<CodePointMatcher> fCodePoints;
|
| D | numparse_affixes.cpp | 177 CodePointMatcher::CodePointMatcher(UChar32 cp) in CodePointMatcher() function in CodePointMatcher 180 bool CodePointMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode&) const { in match() 188 bool CodePointMatcher::smokeTest(const StringSegment& segment) const { in smokeTest() 192 UnicodeString CodePointMatcher::toString() const { in toString()
|