Home
last modified time | relevance | path

Searched refs:nextCodePointMatcher (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_affixes.cpp112 addMatcher(fWarehouse.nextCodePointMatcher(cp)); in consumeToken()
154 NumberParseMatcher& CodePointMatcherWarehouse::nextCodePointMatcher(UChar32 cp) { in nextCodePointMatcher() function in CodePointMatcherWarehouse
200 NumberParseMatcher& AffixTokenMatcherWarehouse::nextCodePointMatcher(UChar32 cp) { in nextCodePointMatcher() function in AffixTokenMatcherWarehouse
201 return fCodePoints.nextCodePointMatcher(cp); in nextCodePointMatcher()
Dnumparse_affixes.h84 NumberParseMatcher& nextCodePointMatcher(UChar32 cp);
132 NumberParseMatcher& nextCodePointMatcher(UChar32 cp);