Home
last modified time | relevance | path

Searched refs:UnicodeMatcher (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/icu/icu4j/main/translit/src/main/java/com/ibm/icu/text/
H A DTransliterationRule.java93 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 …]
H A DStringMatcher.java29 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()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterationRule.java94 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 …]
H A DStringMatcher.java30 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()
H A DQuantifier.java13 class Quantifier implements UnicodeMatcher {
15 private UnicodeMatcher matcher;
26 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dstrmatch.cpp42 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()
H A Dquant.cpp36 UnicodeMatcher(o), in Quantifier()
58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()
60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dstrmatch.cpp42 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()
H A Dquant.cpp36 UnicodeMatcher(o), in Quantifier()
58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()
60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunifilt.cpp23 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()
31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunifilt.cpp23 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()
31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DQuantifier.java12 class Quantifier implements UnicodeMatcher {
14 private UnicodeMatcher matcher;
25 public Quantifier(UnicodeMatcher theMatcher, in Quantifier()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h65 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher {
96 virtual UnicodeMatcher* toMatcher() const;
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h65 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher {
96 virtual UnicodeMatcher* toMatcher() const;
H A Dunimatch.h71 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class …
78 virtual ~UnicodeMatcher();
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h65 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher {
96 virtual UnicodeMatcher* toMatcher() const;
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h65 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher {
96 virtual UnicodeMatcher* toMatcher() const;
/aosp_15_r20/external/icu/icu4c/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;
H A Dunimatch.h71 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class …
78 virtual ~UnicodeMatcher();
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/
H A Dunifunct.h28 class UnicodeMatcher; variable
66 virtual UnicodeMatcher* toMatcher() const;

12345678910>>...18