| /third_party/icu/icu4c/source/i18n/ |
| 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 | rbt_rule.cpp | 538 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo() local
|
| 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/internal/ |
| H A D | gtest-death-test-internal.h | 182 MakeDeathTestMatcher( Matcher<const ::std::string&> matcher) MakeDeathTestMatcher() argument
|
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 190 MakeDeathTestMatcher( Matcher<const ::std::string&> matcher) MakeDeathTestMatcher() argument
|
| /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
|
| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
| H A D | date_time_filter.cpp | 305 icu::RegexMatcher* matcher = pattern->matcher(joiner, status); in FilterDateTime() local 358 icu::RegexMatcher* matcher = pattern->matcher(matchContent, status); in FilterPeriod() local 438 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); DealBrackets() local 517 icu::RegexMatcher* matcher = pattern->matcher(endStr, status); GetResult() local [all...] |
| /base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
| H A D | positive_rule.cpp | 127 MatchedNumberInfo matcher; in HandleDefault() local 140 MatchedNumberInfo matcher; in HandleOperator() local 161 icu::RegexMatcher* matcher = pattern->matcher(number, status); HandleBlank() local 193 icu::RegexMatcher* matcher = pattern->matcher(number, status); HandleSlant() local [all...] |
| /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/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...] |