Home
last modified time | relevance | path

Searched defs:genericTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneGenericNames.java707 …lic GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericTypes) { in findBestMatch()
773 … Collection<GenericMatchInfo> find(String text, int start, EnumSet<GenericNameType> genericTypes) { in find()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java702 …lic GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericTypes) { in findBestMatch()
768 … Collection<GenericMatchInfo> find(String text, int start, EnumSet<GenericNameType> genericTypes) { in find()
/third_party/skia/m133/src/sksl/ir/
DSkSLFunctionDeclaration.cpp275 SkSpan<const Type* const> genericTypes = genericType.coercibleTypes(); in find_generic_index() local