| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | rbt_rule.cpp | 538 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo() local
|
| H A D | repattrn.cpp | 479 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern 495 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern 531 RegexMatcher *matcher = nullptr; in matches() local 555 RegexMatcher *matcher = nullptr; matches() local [all...] |
| H A D | numparse_affixes.cpp | 40 static int32_t length(const AffixPatternMatcher* matcher) { in length() argument 123 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-list-format.cc | 87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
|
| H A D | js-break-iterator.cc | 49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
|
| H A D | js-plural-rules.cc | 89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
|
| H A D | js-collator.cc | 308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
|
| H A D | js-relative-time-format.cc | 93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | CompilerRegressionTest.java | 121 private static void testExpectedMatch(String testName, DigitSequenceMatcher matcher, in testExpectedMatch() argument 132 testExpectedFailure(String testName, DigitSequenceMatcher matcher, Multimap<Result, DigitSequence> numbers) testExpectedFailure() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rbt_rule.cpp | 538 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo() local
|
| H A D | repattrn.cpp | 479 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher() function in RegexPattern 495 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher() function in RegexPattern 531 RegexMatcher *matcher = NULL; in matches() local 555 RegexMatcher *matcher = NULL; matches() local [all...] |
| H A D | numparse_affixes.cpp | 40 static int32_t length(const AffixPatternMatcher* matcher) { in length() argument 123 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
| H A D | ugrep.cpp | 127 RegexMatcher *matcher = rePat->matcher(empty, status); in main() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | localematchertest.cpp | 99 LocaleMatcher matcher = LocaleMatcher::Builder().build(errorCode); in testEmpty() local 128 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 142 LocaleMatcher matcher = LocaleMatcher::Builder(). in testBasics() local 155 LocaleMatcher matcher = LocaleMatcher::Builder(). testBasics() local 170 LocaleMatcher matcher = LocaleMatcher::Builder(). testBasics() local 184 LocaleMatcher matcher = LocaleMatcher::Builder(). testBasics() local 199 LocaleMatcher matcher = LocaleMatcher::Builder(). testBasics() local 216 LocaleMatcher matcher = LocaleMatcher::Builder(). testBasics() local 266 LocaleMatcher matcher = LocaleMatcher::Builder(). testSupportedDefault() local 290 LocaleMatcher matcher = LocaleMatcher::Builder(). testUnsupportedDefault() local 313 LocaleMatcher matcher = LocaleMatcher::Builder(). testNoDefault() local 417 LocaleMatcher matcher = LocaleMatcher::Builder().build(errorCode); testMatch() local 446 LocaleMatcher matcher = LocaleMatcher::Builder(). testResolvedLocale() local 586 LocaleMatcher matcher = builder.build(errorCode); dataDriven() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | CollectionUtilities.java | 544 private Matcher matcher; field in CollectionUtilities.RegexIterator 545 public RegexIterator set(Iterator baseIterator, Matcher matcher) { in set() argument
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | CollectionUtilities.java | 541 private Matcher matcher; field in CollectionUtilities.RegexIterator 542 public RegexIterator set(Iterator baseIterator, Matcher matcher) { in set() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numparse_affixes.cpp | 40 static int32_t length(const AffixPatternMatcher* matcher) { in length() argument 123 void AffixPatternMatcherBuilder::addMatcher(NumberParseMatcher& matcher) { in addMatcher() argument [all...] |
| /third_party/mesa3d/src/gtest/include/gtest/ |
| H A D | gtest-matchers.h | 436 operator <<(std::ostream& os, const Matcher<T>& matcher) operator <<() argument [all...] |
| /third_party/libphonenumber/cpp/test/phonenumbers/ |
| H A D | phonenumbermatcher_test.cc | 107 scoped_ptr<PhoneNumberMatcher> matcher; in DoTestNumberMatchesForLeniency() local 130 scoped_ptr<PhoneNumberMatcher> matcher; in DoTestNumberNonMatchesForLeniency() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ComputeLayoutMemoryBufferTests.cpp | 82 DataMatcher matcher = &FullDataMatcher; // The matching method member
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_driver.cpp | 403 unique_ptr<Window> UiDriver::FindWindow(function<bool(const Window &)> matcher, ApiCallErr &err, bool updateTitle) in FindWindow() argument
|
| /third_party/googletest/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 635 operator <<(std::ostream& os, const Matcher<T>& matcher) operator <<() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Utility.java | 1758 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Utility.java | 1662 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument
|
| /third_party/node/deps/googletest/include/gtest/ |
| H A D | gtest-matchers.h | 599 operator <<(std::ostream& os, const Matcher<T>& matcher) operator <<() argument [all...] |