Home
last modified time | relevance | path

Searched refs:U_PARTIAL_MATCH (Results 1 – 25 of 54) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantifier.java54 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
55 return U_PARTIAL_MATCH; in matches()
61 return U_PARTIAL_MATCH; in matches()
DUnicodeMatcher.java37 public static final int U_PARTIAL_MATCH = 1; field
DUnicodeFilter.java59 return U_PARTIAL_MATCH; in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DQuantifier.java55 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
56 return U_PARTIAL_MATCH; in matches()
62 return U_PARTIAL_MATCH; in matches()
DUnicodeMatcher.java35 public static final int U_PARTIAL_MATCH = 1; field
DUnicodeFilter.java57 return U_PARTIAL_MATCH; in matches()
DTransliterationRule.java447 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace()
465 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dquant.cpp81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
82 return U_PARTIAL_MATCH; in matches()
88 return U_PARTIAL_MATCH; in matches()
Drbt_rule.cpp428 return U_PARTIAL_MATCH; in matchAndReplace()
444 return U_PARTIAL_MATCH; in matchAndReplace()
/third_party/node/deps/icu-small/source/i18n/
Dquant.cpp81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
82 return U_PARTIAL_MATCH; in matches()
88 return U_PARTIAL_MATCH; in matches()
Drbt_rule.cpp428 return U_PARTIAL_MATCH; in matchAndReplace()
444 return U_PARTIAL_MATCH; in matchAndReplace()
/third_party/icu/icu4c/source/i18n/
Dquant.cpp81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
82 return U_PARTIAL_MATCH; in matches()
88 return U_PARTIAL_MATCH; in matches()
Drbt_rule.cpp428 return U_PARTIAL_MATCH; in matchAndReplace()
444 return U_PARTIAL_MATCH; in matchAndReplace()
/third_party/skia/third_party/externals/icu/source/i18n/
Dquant.cpp81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches()
82 return U_PARTIAL_MATCH; in matches()
88 return U_PARTIAL_MATCH; in matches()
Drbt_rule.cpp428 return U_PARTIAL_MATCH; in matchAndReplace()
444 return U_PARTIAL_MATCH; in matchAndReplace()
/third_party/icu/icu4c/source/common/unicode/
Dunimatch.h53 U_PARTIAL_MATCH, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunimatch.h52 U_PARTIAL_MATCH, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dunimatch.h53 U_PARTIAL_MATCH, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunimatch.h53 U_PARTIAL_MATCH, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunifilt.cpp64 return U_PARTIAL_MATCH; in matches()
/third_party/icu/icu4c/source/common/
Dunifilt.cpp64 return U_PARTIAL_MATCH; in matches()
/third_party/node/deps/icu-small/source/common/
Dunifilt.cpp64 return U_PARTIAL_MATCH; in matches()
/third_party/skia/third_party/externals/icu/source/common/
Dunifilt.cpp64 return U_PARTIAL_MATCH; in matches()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRule.java446 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace()
464 return UnicodeMatcher.U_PARTIAL_MATCH; in matchAndReplace()
DStringMatcher.java144 return U_PARTIAL_MATCH; in matches()

123