HomeSort by relevance Sort by last modified time
    Searched refs:locname (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
locnmtst.cpp 107 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; local
110 ldn->localeDisplayName(locname, temp);
118 const char *locname = "de@currency=XYZ"; local
120 ldn->localeDisplayName(locname, temp);
128 const char *locname = "de@foo=bar"; local
130 ldn->localeDisplayName(locname, temp);
138 const char *locname = "de@x=foobar"; local
140 ldn->localeDisplayName(locname, temp);
184 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; local
188 int32_t len = uldn_localeDisplayName(ldn, locname, result, kMaxResultSize, &status)
345 const char *locname = "@collation=phonebook"; local
    [all...]
  /external/icu4c/i18n/
tzgnames.cpp 504 const UChar *locname = NULL; local
508 locname = nonConstThis->getGenericLocationName(tzCanonicalID);
512 if (locname == NULL) {
515 name.setTo(locname, u_strlen(locname));
537 const UChar *locname = (const UChar *)uhash_get(fLocationNamesMap, tzIDKey); local
539 if (locname != NULL) {
541 if (locname == gEmpty) {
544 return locname;
595 locname = name.isEmpty() ? NULL : fStringPool.get(name, status)
    [all...]

Completed in 48 milliseconds