/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 94 UnicodeMatcher[] segments; 159 UnicodeMatcher[] segs, in TransliterationRule() 263 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 413 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 414 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 425 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 434 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 447 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace() 451 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 462 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() [all …]
|
D | StringMatcher.java | 30 class StringMatcher implements UnicodeMatcher, UnicodeReplacer { 117 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 148 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 188 UnicodeMatcher m = data.lookupMatcher(keyChar); in toPattern() 214 UnicodeMatcher m = data.lookupMatcher(c); in matchesIndexValue() 229 UnicodeMatcher matcher = data.lookupMatcher(ch); in addMatchSetTo()
|
D | Quantifier.java | 13 class Quantifier implements UnicodeMatcher { 15 private UnicodeMatcher matcher; 26 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
|
D | RuleBasedTransliterator.java | 418 public UnicodeMatcher lookupMatcher(int standIn) { in lookupMatcher() 421 ? (UnicodeMatcher) variables[i] : null; in lookupMatcher()
|
D | TransliterationRuleSet.java | 198 case UnicodeMatcher.U_MATCH: in transliterate() 205 case UnicodeMatcher.U_PARTIAL_MATCH: in transliterate()
|
D | SymbolTable.java | 64 UnicodeMatcher lookupMatcher(int ch); in lookupMatcher()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 93 UnicodeMatcher[] segments; 158 UnicodeMatcher[] segs, in TransliterationRule() 262 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 412 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 413 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 424 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 433 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 446 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace() 450 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 461 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() [all …]
|
D | StringMatcher.java | 29 class StringMatcher implements UnicodeMatcher, UnicodeReplacer { 116 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 147 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 187 UnicodeMatcher m = data.lookupMatcher(keyChar); in toPattern() 213 UnicodeMatcher m = data.lookupMatcher(c); in matchesIndexValue() 228 UnicodeMatcher matcher = data.lookupMatcher(ch); in addMatchSetTo()
|
D | RuleBasedTransliterator.java | 416 public UnicodeMatcher lookupMatcher(int standIn) { in lookupMatcher() 419 ? (UnicodeMatcher) variables[i] : null; in lookupMatcher()
|
D | TransliterationRuleSet.java | 197 case UnicodeMatcher.U_MATCH: in transliterate() 204 case UnicodeMatcher.U_PARTIAL_MATCH: in transliterate()
|
/external/icu/icu4c/source/i18n/ |
D | strmatch.cpp | 42 UnicodeMatcher(o), in StringMatcher() 69 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() 71 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher() 100 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 131 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 172 const UnicodeMatcher* m = data->lookupMatcher(keyChar); in toPattern() 197 const UnicodeMatcher *m = data->lookupMatcher(c); in matchesIndexValue() 208 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo()
|
D | quant.cpp | 36 UnicodeMatcher(o), in Quantifier() 58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() 60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
|
D | rbt_data.h | 27 class UnicodeMatcher; variable 134 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
|
D | quant.h | 24 class Quantifier : public UnicodeFunctor, public UnicodeMatcher { 42 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 44 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer { 88 virtual UnicodeMatcher* toMatcher() const;
|
/external/icu/icu4c/source/common/ |
D | unifilt.cpp | 23 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() 31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
|
D | util.h | 27 class UnicodeMatcher; variable 229 const UnicodeMatcher* matcher,
|
D | unifunct.cpp | 18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 12 class Quantifier implements UnicodeMatcher { 14 private UnicodeMatcher matcher; 25 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
|
D | SymbolTable.java | 68 UnicodeMatcher lookupMatcher(int ch); in lookupMatcher()
|
/external/icu/icu4c/source/common/unicode/ |
D | unifunct.h | 25 class UnicodeMatcher; variable 63 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 61 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher { 84 virtual UnicodeMatcher* toMatcher() const;
|
D | unimatch.h | 70 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class … 77 virtual ~UnicodeMatcher();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UtilityExtensions.java | 15 import android.icu.text.UnicodeMatcher; 44 UnicodeMatcher matcher, in appendToRule()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/ |
D | UtilityExtensions.java | 14 import com.ibm.icu.text.UnicodeMatcher; 42 UnicodeMatcher matcher, in appendToRule()
|