Home
last modified time | relevance | path

Searched defs:matcher (Results 101 - 113 of 113) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2041 public PatternWithMatcher(String pat, DateTimeMatcher matcher) { in PatternWithMatcher() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp774 DateTimeMatcher matcher; in getSkeleton() local
784 DateTimeMatcher matcher; in staticGetSkeleton() local
793 DateTimeMatcher matcher; in getBaseSkeleton() local
803 DateTimeMatcher matcher; in staticGetBaseSkeleton() local
1537 DateTimeMatcher matcher; in addPatternWithSkeleton() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp769 DateTimeMatcher matcher; in getSkeleton() local
779 DateTimeMatcher matcher; in staticGetSkeleton() local
788 DateTimeMatcher matcher; in getBaseSkeleton() local
798 DateTimeMatcher matcher; in staticGetBaseSkeleton() local
1529 DateTimeMatcher matcher; in addPatternWithSkeleton() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc1151 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in New() local
H A Dintl-objects.cc1928 icu::LocaleMatcher matcher = in BestFitSupportedLocales() local
1997 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust(); in SupportedLocales() local
2437 ResolveLocale( Isolate* isolate, const std::set<std::string>& available_locales, const std::vector<std::string>& requested_locales, MatcherOption matcher, const std::set<std::string>& relevant_extension_keys) ResolveLocale() argument
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java658 verify( PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, PhoneNumberMatcher matcher) verify() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh576 matcher_t matcher; global() member
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp914 RegexMatcher *matcher = pat->matcher(data, status); API_Match() local
974 RegexMatcher *matcher = pat->matcher(data, status); API_Match() local
1028 RegexMatcher *matcher = pat->matcher(data, status); API_Match() local
1335 RegexMatcher *matcher = pat->matcher(data, status); API_Replace() local
1995 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); API_Match_UTF8() local
2140 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); API_Match_UTF8() local
2202 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); API_Match_UTF8() local
2438 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); API_Replace_UTF8() local
3360 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; regex_find() local
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h458 Cast(const Matcher<T>& matcher) Cast() argument
512 MatcherCast(const M& matcher) MatcherCast() argument
533 SafeMatcherCast(const Matcher<U>& matcher) SafeMatcherCast() argument
586 MatchPrintAndExplain(Value& value, const Matcher<T>& matcher, MatchResultListener* listener) MatchPrintAndExplain() argument
636 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = ExplainMatchFailuresTo() local
1234 NotMatcherImpl(const Matcher<T>& matcher) NotMatcherImpl() argument
1258 NotMatcher(InnerMatcher matcher) NotMatcher() argument
1534 MatcherAsPredicate(M matcher) MatcherAsPredicate() argument
1588 const Matcher<const T&> matcher = SafeMatcherCast<const T&>(matcher_); operator ()() local
1620 MakePredicateFormatterFromMatcher( M matcher) MakePredicateFormatterFromMatcher() argument
1866 PointeeMatcher(const InnerMatcher& matcher) PointeeMatcher() argument
1890 Impl(const InnerMatcher& matcher) Impl() argument
1925 PointerMatcher(const InnerMatcher& matcher) PointerMatcher() argument
1949 Impl(const InnerMatcher& matcher) Impl() argument
1986 WhenDynamicCastToMatcherBase(const Matcher<To>& matcher) WhenDynamicCastToMatcherBase() argument
2015 WhenDynamicCastToMatcher(const Matcher<To>& matcher) WhenDynamicCastToMatcher() argument
2030 WhenDynamicCastToMatcher(const Matcher<To&>& matcher) WhenDynamicCastToMatcher() argument
2051 FieldMatcher(FieldType Class::*field, const Matcher<const FieldType&>& matcher) FieldMatcher() argument
2055 FieldMatcher(const std::string& field_name, FieldType Class::*field, const Matcher<const FieldType&>& matcher) FieldMatcher() argument
2117 PropertyMatcher(Property property, const Matcher<RefToConstProperty>& matcher) PropertyMatcher() argument
2122 PropertyMatcher(const std::string& property_name, Property property, const Matcher<RefToConstProperty>& matcher) PropertyMatcher() argument
2210 ResultOfMatcher(Callable callable, InnerMatcher matcher) ResultOfMatcher() argument
2214 ResultOfMatcher(const std::string& result_description, Callable callable, InnerMatcher matcher) ResultOfMatcher() argument
2238 Impl(const std::string& result_description, const CallableStorageType& callable, const M& matcher) Impl() argument
2496 WhenSortedByMatcher(const Comparator& comparator, const ContainerMatcher& matcher) WhenSortedByMatcher() argument
2519 Impl(const Comparator& comparator, const ContainerMatcher& matcher) Impl() argument
3022 Impl(const InnerMatcher& matcher) Impl() argument
3940 VariantMatcher(::testing::Matcher<const T&> matcher) VariantMatcher() argument
4001 AnyCastMatcher(const ::testing::Matcher<const T&>& matcher) AnyCastMatcher() argument
4363 Field( FieldType Class::*field, const FieldMatcher& matcher) Field() argument
4376 Field( const std::string& field_name, FieldType Class::*field, const FieldMatcher& matcher) Field() argument
4407 Property(const std::string& property_name, PropertyType (Class::*property)() const, const PropertyMatcher& matcher) Property() argument
4432 Property(const std::string& property_name, PropertyType (Class::*property)() const&, const PropertyMatcher& matcher) Property() argument
4450 ResultOf( Callable callable, InnerMatcher matcher) ResultOf() argument
4459 ResultOf( const std::string& result_description, Callable callable, InnerMatcher matcher) ResultOf() argument
4825 Contains(M matcher) Contains() argument
4975 Each(M matcher) Each() argument
5051 Matches(M matcher) Matches() argument
5057 Value(const T& value, M matcher) Value() argument
5064 ExplainMatchResult(M matcher, const T& value, MatchResultListener* listener) ExplainMatchResult() argument
5081 DescribeMatcher(const M& matcher, bool negation = false) DescribeMatcher() argument
5211 Args( InnerMatcher&& matcher) Args() argument
5225 AllArgs(const InnerMatcher& matcher) AllArgs() argument
5245 AnyWith( const Matcher<const T&>& matcher) AnyWith() argument
5256 VariantWith( const Matcher<const T&>& matcher) VariantWith() argument
5270 WithWhatMatcherImpl(Matcher<std::string> matcher) WithWhatMatcherImpl() argument
5336 ExceptionMatcherImpl(Matcher<const Err&> matcher) ExceptionMatcherImpl() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... IOException e String key java.util.regex.Matcher matcher Object argument java.util.Iterator i$ ...
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... IOException e String key java.util.regex.Matcher matcher Object argument java.util.Iterator i$ ...
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... IOException e String key java.util.regex.Matcher matcher Object argument java.util.Iterator i$ ...
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 34 milliseconds

12345