/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRule.java | 91 UnicodeMatcher[] segments; 156 UnicodeMatcher[] segs, in TransliterationRule() 260 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 410 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 411 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 422 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 431 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 444 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace() 448 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 459 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() [all …]
|
D | StringMatcher.java | 27 class StringMatcher implements UnicodeMatcher, UnicodeReplacer { 113 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 144 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 183 UnicodeMatcher m = data.lookupMatcher(keyChar); in toPattern() 208 UnicodeMatcher m = data.lookupMatcher(c); in matchesIndexValue() 222 UnicodeMatcher matcher = data.lookupMatcher(ch); in addMatchSetTo()
|
D | RuleBasedTransliterator.java | 413 public UnicodeMatcher lookupMatcher(int standIn) { in lookupMatcher() 416 ? (UnicodeMatcher) variables[i] : null; in lookupMatcher()
|
D | TransliterationRuleSet.java | 195 case UnicodeMatcher.U_MATCH: in transliterate() 202 case UnicodeMatcher.U_PARTIAL_MATCH: in transliterate()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliterationRule.java | 92 UnicodeMatcher[] segments; 157 UnicodeMatcher[] segs, in TransliterationRule() 261 UnicodeMatcher m = (key != null) ? key : postContext; in matchesIndexValue() 411 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 412 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 423 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() 432 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 445 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace() 449 if (match != UnicodeMatcher.U_MATCH) { in matchAndReplace() 460 return UnicodeMatcher.U_MISMATCH; in matchAndReplace() [all …]
|
D | StringMatcher.java | 28 class StringMatcher implements UnicodeMatcher, UnicodeReplacer { 114 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 145 UnicodeMatcher subm = data.lookupMatcher(keyChar); in matches() 184 UnicodeMatcher m = data.lookupMatcher(keyChar); in toPattern() 209 UnicodeMatcher m = data.lookupMatcher(c); in matchesIndexValue() 223 UnicodeMatcher matcher = data.lookupMatcher(ch); in addMatchSetTo()
|
D | Quantifier.java | 11 class Quantifier implements UnicodeMatcher { 13 private UnicodeMatcher matcher; 24 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
|
D | RuleBasedTransliterator.java | 415 public UnicodeMatcher lookupMatcher(int standIn) { in lookupMatcher() 418 ? (UnicodeMatcher) variables[i] : null; in lookupMatcher()
|
D | TransliterationRuleSet.java | 196 case UnicodeMatcher.U_MATCH: in transliterate() 203 case UnicodeMatcher.U_PARTIAL_MATCH: in transliterate()
|
D | SymbolTable.java | 62 UnicodeMatcher lookupMatcher(int ch); in lookupMatcher()
|
D | UnicodeMatcher.java | 14 public interface UnicodeMatcher { interface
|
/external/icu/icu4c/source/i18n/ |
D | strmatch.cpp | 40 UnicodeMatcher(o), in StringMatcher() 67 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() 69 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher() 98 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 129 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 170 const UnicodeMatcher* m = data->lookupMatcher(keyChar); in toPattern() 195 const UnicodeMatcher *m = data->lookupMatcher(c); in matchesIndexValue() 206 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo()
|
D | quant.cpp | 34 UnicodeMatcher(o), in Quantifier() 56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() 58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
|
D | rbt_data.h | 25 class UnicodeMatcher; variable 132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
|
D | quant.h | 22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher { 40 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer { 86 virtual UnicodeMatcher* toMatcher() const;
|
/external/icu/icu4c/source/common/ |
D | unifilt.cpp | 21 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() 29 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
|
D | util.h | 25 class UnicodeMatcher; variable 227 const UnicodeMatcher* matcher,
|
D | unifunct.cpp | 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 10 class Quantifier implements UnicodeMatcher { 12 private UnicodeMatcher matcher; 23 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
|
/external/icu/icu4c/source/common/unicode/ |
D | unifunct.h | 23 class UnicodeMatcher; variable 61 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 59 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher { 82 virtual UnicodeMatcher* toMatcher() const;
|
D | unimatch.h | 68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class … 75 virtual ~UnicodeMatcher();
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UtilityExtensions.java | 13 import android.icu.text.UnicodeMatcher; 42 UnicodeMatcher matcher, in appendToRule()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/ |
D | UtilityExtensions.java | 12 import com.ibm.icu.text.UnicodeMatcher; 40 UnicodeMatcher matcher, in appendToRule()
|