Home
last modified time | relevance | path

Searched defs:matcher (Results 51 - 75 of 112) sorted by relevance

12345

/third_party/node/deps/icu-small/source/i18n/
H A Drbt_rule.cpp538 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo() local
H A Drepattrn.cpp479 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 Dnumparse_affixes.cpp40 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 Djs-list-format.cc87 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
H A Djs-break-iterator.cc49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
H A Djs-plural-rules.cc89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
H A Djs-collator.cc308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
H A Djs-relative-time-format.cc93 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 DCompilerRegressionTest.java121 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 Drbt_rule.cpp538 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo() local
H A Drepattrn.cpp479 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 Dnumparse_affixes.cpp40 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 Dugrep.cpp127 RegexMatcher *matcher = rePat->matcher(empty, status); in main() local
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp99 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 DCollectionUtilities.java544 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 DCollectionUtilities.java541 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 Dnumparse_affixes.cpp40 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 Dgtest-matchers.h436 operator <<(std::ostream& os, const Matcher<T>& matcher) operator <<() argument
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc107 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 DComputeLayoutMemoryBufferTests.cpp82 DataMatcher matcher = &FullDataMatcher; // The matching method member
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.cpp403 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 Dgtest-matchers.h635 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 DUtility.java1758 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 DUtility.java1662 appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) appendToRule() argument
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h599 operator <<(std::ostream& os, const Matcher<T>& matcher) operator <<() argument
[all...]

Completed in 24 milliseconds

12345