/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | TimeZoneGenericNames.java | 337 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() local 606 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo 611 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() 615 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() 622 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo 800 GenericNameType nameType = null; in createGenericMatchInfo() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 333 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() local 601 final GenericNameType nameType; field in TimeZoneGenericNames.GenericMatchInfo 606 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength) { in GenericMatchInfo() 610 …private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType… in GenericMatchInfo() 617 public GenericNameType nameType() { in nameType() method in TimeZoneGenericNames.GenericMatchInfo 795 GenericNameType nameType = null; in createGenericMatchInfo() local
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 130 …private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo)… in setScoreRange() 140 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore() 149 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() 192 int nameType, String name, int algorithm) { in matchName()
|
D | RawContactMatcher.java | 134 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, in setScoreRange() 145 private static int getMinScore(int candidateNameType, int nameType) { in getMinScore() 154 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() 190 candidateNameType, String candidateName, int nameType, String name, int algorithm) { in matchName()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | tznames.cpp | 373 UTimeZoneNameType nameType; member 412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 426 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
|
H A D | tzgnames.cpp | 606 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 920 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | tznames.cpp | 371 UTimeZoneNameType nameType; member 408 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 422 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
|
H A D | tzgnames.cpp | 589 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() local 901 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | TimeZoneNames.java | 345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 395 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | TimeZoneNames.java | 373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 423 public NameType nameType() { in nameType() method in TimeZoneNames.MatchInfo
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
H A D | NameConstraintValidator.java | 19 void intersectEmptyPermittedSubtree(int nameType); in intersectEmptyPermittedSubtree()
|
H A D | PKIXNameConstraintValidator.java | 160 int nameType = ((Integer)entry.getKey()).intValue(); in intersectPermittedSubtree() local 193 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | NameConstraintValidator.java | 15 void intersectEmptyPermittedSubtree(int nameType); in intersectEmptyPermittedSubtree()
|
H A D | PKIXNameConstraintValidator.java | 156 int nameType = ((Integer)entry.getKey()).intValue(); in intersectPermittedSubtree() local 189 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
H A D | NameConstraintValidator.java | 19 void intersectEmptyPermittedSubtree(int nameType); in intersectEmptyPermittedSubtree()
|
H A D | PKIXNameConstraintValidator.java | 160 int nameType = ((Integer)entry.getKey()).intValue(); in intersectPermittedSubtree() local 193 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | GeneralName.java | 230 int nameType = name.getType(); in encode() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
H A D | PKIXNameConstraintValidator.java | 120 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
H A D | PKIXNameConstraintValidator.java | 120 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
H A D | PKIXNameConstraintValidator.java | 116 public void intersectEmptyPermittedSubtree(int nameType) in intersectEmptyPermittedSubtree()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/cert/ |
D | X509CertSelector.java | 857 int nameType = ((Integer)o).intValue(); in parseNames() local 1691 int nameType = ((Integer)o).intValue(); in cloneAndCheckNames() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/cert/ |
D | X509CertSelector.java | 857 int nameType = ((Integer)o).intValue(); in parseNames() local 1691 int nameType = ((Integer)o).intValue(); in cloneAndCheckNames() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/cert/ |
H A D | X509CertSelector.java | 857 int nameType = ((Integer)o).intValue(); in parseNames() local 1691 int nameType = ((Integer)o).intValue(); in cloneAndCheckNames() local
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/icu/ |
H A D | TimeZoneNames.java | 157 android.icu.text.TimeZoneNames.NameType nameType = nameTypes[i]; in getDisplayNames() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | typeinfo.go | 49 var nameType = reflect.TypeFor[Name]() var
|