Home
last modified time | relevance | path

Searched refs:variantType (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducurr.cpp372 uint32_t variantType = 0; in idForLocale() local
380 variantType = (uint32_t)(0 == uprv_strcmp(variant, VAR_EURO)) in idForLocale()
382 if (variantType) in idForLocale()
388 return variantType; in idForLocale()
569 uint32_t variantType = idForLocale(locale, id, sizeof(id), ec); in ucurr_forLocale() local
605 if ((variantType & VARIANT_IS_PREEURO) && u_strcmp(s, EUR_STR) == 0) { in ucurr_forLocale()
609 else if ((variantType & VARIANT_IS_EURO)) { in ucurr_forLocale()