/third_party/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 423 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /… in getCanonicalCountry() argument 424 if (isPrimary != NULL) { in getCanonicalCountry() 425 *isPrimary = FALSE; in getCanonicalCountry() 436 if (isPrimary != NULL) { in getCanonicalCountry() 492 *isPrimary = TRUE; in getCanonicalCountry() 508 *isPrimary = TRUE; in getCanonicalCountry() 514 *isPrimary = TRUE; in getCanonicalCountry()
|
D | numparse_decimal.cpp | 400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() 407 if (isPrimary) { in validateGroup() 415 if (isPrimary) { in validateGroup()
|
D | numparse_decimal.h | 67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
|
D | zonemeta.h | 65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
|
D | tzgnames.cpp | 538 UBool isPrimary = FALSE; in getGenericLocationName() local 540 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName() 543 if (isPrimary) { in getGenericLocationName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | zonemeta.cpp | 423 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /… in getCanonicalCountry() argument 424 if (isPrimary != NULL) { in getCanonicalCountry() 425 *isPrimary = FALSE; in getCanonicalCountry() 436 if (isPrimary != NULL) { in getCanonicalCountry() 492 *isPrimary = TRUE; in getCanonicalCountry() 508 *isPrimary = TRUE; in getCanonicalCountry() 514 *isPrimary = TRUE; in getCanonicalCountry()
|
D | numparse_decimal.cpp | 400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() 407 if (isPrimary) { in validateGroup() 415 if (isPrimary) { in validateGroup()
|
D | numparse_decimal.h | 67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
|
D | zonemeta.h | 65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
|
D | tzgnames.cpp | 538 UBool isPrimary = FALSE; in getGenericLocationName() local 540 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName() 543 if (isPrimary) { in getGenericLocationName()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | zonemeta.cpp | 423 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /… in getCanonicalCountry() argument 424 if (isPrimary != NULL) { in getCanonicalCountry() 425 *isPrimary = FALSE; in getCanonicalCountry() 436 if (isPrimary != NULL) { in getCanonicalCountry() 492 *isPrimary = TRUE; in getCanonicalCountry() 508 *isPrimary = TRUE; in getCanonicalCountry() 514 *isPrimary = TRUE; in getCanonicalCountry()
|
D | numparse_decimal.cpp | 399 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() 406 if (isPrimary) { in validateGroup() 414 if (isPrimary) { in validateGroup()
|
D | numparse_decimal.h | 67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
|
D | zonemeta.h | 65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
|
D | tzgnames.cpp | 532 UBool isPrimary = FALSE; in getGenericLocationName() local 534 ZoneMeta::getCanonicalCountry(tzCanonicalID, usCountryCode, &isPrimary); in getGenericLocationName() 537 if (isPrimary) { in getGenericLocationName()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | zonemeta.cpp | 423 ZoneMeta::getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary /… in getCanonicalCountry() argument 424 if (isPrimary != NULL) { in getCanonicalCountry() 425 *isPrimary = FALSE; in getCanonicalCountry() 436 if (isPrimary != NULL) { in getCanonicalCountry() 492 *isPrimary = TRUE; in getCanonicalCountry() 508 *isPrimary = TRUE; in getCanonicalCountry() 514 *isPrimary = TRUE; in getCanonicalCountry()
|
D | numparse_decimal.cpp | 400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup() 407 if (isPrimary) { in validateGroup() 415 if (isPrimary) { in validateGroup()
|
D | numparse_decimal.h | 67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
|
D | zonemeta.h | 65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 466 public static String getCanonicalCountry(String tzid, Output<Boolean> isPrimary) { in getCanonicalCountry() argument 467 isPrimary.value = Boolean.FALSE; in getCanonicalCountry() 484 isPrimary.value = Boolean.TRUE; in getCanonicalCountry() 495 isPrimary.value = Boolean.TRUE; in getCanonicalCountry() 500 isPrimary.value = Boolean.TRUE; in getCanonicalCountry()
|
D | TimeZoneGenericNames.java | 238 Output<Boolean> isPrimary = new Output<Boolean>(); in getGenericLocationName() local 239 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary); in getGenericLocationName() 241 if (isPrimary.value) { in getGenericLocationName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ZoneMeta.java | 467 public static String getCanonicalCountry(String tzid, Output<Boolean> isPrimary) { in getCanonicalCountry() argument 468 isPrimary.value = Boolean.FALSE; in getCanonicalCountry() 485 isPrimary.value = Boolean.TRUE; in getCanonicalCountry() 496 isPrimary.value = Boolean.TRUE; in getCanonicalCountry() 501 isPrimary.value = Boolean.TRUE; in getCanonicalCountry()
|
D | TimeZoneGenericNames.java | 242 Output<Boolean> isPrimary = new Output<Boolean>(); in getGenericLocationName() local 243 String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary); in getGenericLocationName() 245 if (isPrimary.value) { in getGenericLocationName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | DecimalMatcher.java | 418 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument 425 if (isPrimary) { in validateGroup() 433 if (isPrimary) { in validateGroup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | DecimalMatcher.java | 420 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument 427 if (isPrimary) { in validateGroup() 435 if (isPrimary) { in validateGroup()
|