Searched refs:AffixPatternMatcher (Results 1 – 10 of 10) sorted by relevance
24 class AffixPatternMatcher; variable149 friend class AffixPatternMatcher; variable161 AffixPatternMatcher build();177 class U_I18N_API AffixPatternMatcher : public ArraySeriesMatcher {179 AffixPatternMatcher() = default; // WARNING: Leaves the object in an unusable state181 static AffixPatternMatcher fromAffixPattern(const UnicodeString& affixPattern,188 bool operator==(const AffixPatternMatcher& other) const;193 AffixPatternMatcher(MatcherArray& matchers, int32_t matchersLen, const UnicodeString& pattern);203 AffixMatcher(AffixPatternMatcher* prefix, AffixPatternMatcher* suffix, result_flags_t flags);216 AffixPatternMatcher* fPrefix;[all …]
31 static bool matched(const AffixPatternMatcher* affix, const UnicodeString& patternString) { in matched()39 static int32_t length(const AffixPatternMatcher* matcher) { in length()47 static bool equals(const AffixPatternMatcher* lhs, const AffixPatternMatcher* rhs) { in equals()124 AffixPatternMatcher AffixPatternMatcherBuilder::build() { in build()125 return AffixPatternMatcher(fMatchers, fMatchersLen, fPattern); in build()225 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()247 AffixPatternMatcher::AffixPatternMatcher(MatcherArray& matchers, int32_t matchersLen, in AffixPatternMatcher() function in AffixPatternMatcher251 UnicodeString AffixPatternMatcher::getPattern() const { in getPattern()255 bool AffixPatternMatcher::operator==(const AffixPatternMatcher& other) const { in operator ==()312 AffixPatternMatcher* posPrefix = nullptr; in createAffixMatchers()[all …]
22 private final AffixPatternMatcher prefix;23 private final AffixPatternMatcher suffix;97 AffixPatternMatcher posPrefix = null; in createMatchers()98 AffixPatternMatcher posSuffix = null; in createMatchers()110 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers()121 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers()155 AffixPatternMatcher prefix, in getInstance()156 AffixPatternMatcher suffix, in getInstance()162 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()240 static boolean matched(AffixPatternMatcher affix, String patternString) { in matched()[all …]
13 public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.TokenConsumer { class22 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() method in AffixPatternMatcher30 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern()38 AffixPatternMatcher series = new AffixPatternMatcher(affixPattern); in fromAffixPattern()116 if (!(other instanceof AffixPatternMatcher)) in equals()118 return affixPattern.equals(((AffixPatternMatcher) other).affixPattern); in equals()
24 private final AffixPatternMatcher prefix;25 private final AffixPatternMatcher suffix;99 AffixPatternMatcher posPrefix = null; in createMatchers()100 AffixPatternMatcher posSuffix = null; in createMatchers()112 AffixPatternMatcher prefix = AffixPatternMatcher in createMatchers()123 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers()157 AffixPatternMatcher prefix, in getInstance()158 AffixPatternMatcher suffix, in getInstance()164 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()242 static boolean matched(AffixPatternMatcher affix, String patternString) { in matched()[all …]
15 public class AffixPatternMatcher extends SeriesMatcher implements AffixUtils.TokenConsumer { class24 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() method in AffixPatternMatcher32 public static AffixPatternMatcher fromAffixPattern( in fromAffixPattern()40 AffixPatternMatcher series = new AffixPatternMatcher(affixPattern); in fromAffixPattern()118 if (!(other instanceof AffixPatternMatcher)) in equals()120 return affixPattern.equals(((AffixPatternMatcher) other).affixPattern); in equals()
15 import android.icu.impl.number.parse.AffixPatternMatcher;330 AffixPatternMatcher matcher = AffixPatternMatcher in testAffixPatternMatcher()
14 import com.ibm.icu.impl.number.parse.AffixPatternMatcher;327 AffixPatternMatcher matcher = AffixPatternMatcher in testAffixPatternMatcher()
337 AffixPatternMatcher matcher = AffixPatternMatcher::fromAffixPattern( in testAffixPatternMatcher()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...