Searched refs:CodePointMatcher (Results 1 – 7 of 7) sorted by relevance
14 public class CodePointMatcher implements NumberParseMatcher { class18 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
105 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
12 public class CodePointMatcher implements NumberParseMatcher { class16 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
103 addMatcher(CodePointMatcher.getInstance(typeOrCp)); in consumeToken()
31 class U_I18N_API CodePointMatcher : public NumberParseMatcher, public UMemory {33 CodePointMatcher() = default; // WARNING: Leaves the object in an unusable state35 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;
173 CodePointMatcher::CodePointMatcher(UChar32 cp) in CodePointMatcher() function in CodePointMatcher176 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()