Lines Matching defs:AffixTokenMatcherWarehouse
62 AffixTokenMatcherWarehouse& warehouse,
134 AffixTokenMatcherWarehouse::AffixTokenMatcherWarehouse(const AffixTokenMatcherSetupData* setupData)
137 NumberParseMatcher& AffixTokenMatcherWarehouse::minusSign() {
141 NumberParseMatcher& AffixTokenMatcherWarehouse::plusSign() {
145 NumberParseMatcher& AffixTokenMatcherWarehouse::percent() {
149 NumberParseMatcher& AffixTokenMatcherWarehouse::permille() {
153 NumberParseMatcher& AffixTokenMatcherWarehouse::currency(UErrorCode& status) {
157 IgnorablesMatcher& AffixTokenMatcherWarehouse::ignorables() {
161 NumberParseMatcher* AffixTokenMatcherWarehouse::nextCodePointMatcher(UChar32 cp, UErrorCode& status) {
172 bool AffixTokenMatcherWarehouse::hasEmptyCurrencySymbol() const {
198 AffixTokenMatcherWarehouse& tokenWarehouse,
233 AffixMatcherWarehouse::AffixMatcherWarehouse(AffixTokenMatcherWarehouse* tokenWarehouse)