Searched refs:locname (Results 1 – 2 of 2) sorted by relevance
112 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; in TestWithKeywordsAndEverything() local115 ldn->localeDisplayName(locname, temp); in TestWithKeywordsAndEverything()123 const char *locname = "ja@currency=JPY"; in TestCurrencyKeyword() local125 ldn->localeDisplayName(locname, temp); in TestCurrencyKeyword()133 const char *locname = "de@currency=XYZ"; in TestUnknownCurrencyKeyword() local135 ldn->localeDisplayName(locname, temp); in TestUnknownCurrencyKeyword()143 const char *locname = "de@foo=bar"; in TestUntranslatedKeywords() local145 ldn->localeDisplayName(locname, temp); in TestUntranslatedKeywords()153 const char *locname = "de@x=foobar"; in TestPrivateUse() local155 ldn->localeDisplayName(locname, temp); in TestPrivateUse()[all …]
486 const UChar *locname = NULL; in getGenericLocationName() local490 locname = nonConstThis->getGenericLocationName(tzCanonicalID); in getGenericLocationName()494 if (locname == NULL) { in getGenericLocationName()497 name.setTo(locname, u_strlen(locname)); in getGenericLocationName()519 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); in getGenericLocationName() local521 if (locname != NULL) { in getGenericLocationName()523 if (locname == gEmpty) { in getGenericLocationName()526 return locname; in getGenericLocationName()563 locname = name.isEmpty() ? NULL : fStringPool.get(name, status); in getGenericLocationName()568 if (locname == NULL) { in getGenericLocationName()[all …]