Home
last modified time | relevance | path

Searched refs:isPrimary (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dzonemeta.cpp423 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()
Dnumparse_decimal.cpp400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
407 if (isPrimary) { in validateGroup()
415 if (isPrimary) { in validateGroup()
Dnumparse_decimal.h67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
Dzonemeta.h65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
Dtzgnames.cpp538 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/
Dzonemeta.cpp423 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()
Dnumparse_decimal.cpp400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
407 if (isPrimary) { in validateGroup()
415 if (isPrimary) { in validateGroup()
Dnumparse_decimal.h67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
Dzonemeta.h65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
Dtzgnames.cpp538 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/
Dzonemeta.cpp423 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()
Dnumparse_decimal.cpp399 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
406 if (isPrimary) { in validateGroup()
414 if (isPrimary) { in validateGroup()
Dnumparse_decimal.h67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
Dzonemeta.h65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
Dtzgnames.cpp532 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/
Dzonemeta.cpp423 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()
Dnumparse_decimal.cpp400 bool DecimalMatcher::validateGroup(int32_t sepType, int32_t count, bool isPrimary) const { in validateGroup()
407 if (isPrimary) { in validateGroup()
415 if (isPrimary) { in validateGroup()
Dnumparse_decimal.h67 bool validateGroup(int32_t sepType, int32_t count, bool isPrimary) const;
Dzonemeta.h65 …T2 getCanonicalCountry(const UnicodeString &tzid, UnicodeString &country, UBool *isPrimary = NULL);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java466 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()
DTimeZoneGenericNames.java238 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/
DZoneMeta.java467 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()
DTimeZoneGenericNames.java242 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/
DDecimalMatcher.java418 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/
DDecimalMatcher.java420 private boolean validateGroup(int sepType, int count, boolean isPrimary) { in validateGroup() argument
427 if (isPrimary) { in validateGroup()
435 if (isPrimary) { in validateGroup()

12