Home
last modified time | relevance | path

Searched refs:dispName (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DTimeZoneNameProviderICU.java22 String dispName = null; in getDisplayName()
40 dispName = daylight ? ldst : lstd; in getDisplayName()
43 dispName = daylight ? sdst : sstd; in getDisplayName()
52 // dispName = daylight ? in getDisplayName()
57 // dispName = daylight ? in getDisplayName()
64 return dispName; in getDisplayName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHoliday.java177 String dispName = name; in getDisplayName()
181 dispName = bundle.getString(name); in getDisplayName()
185 return dispName; in getDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DHoliday.java179 String dispName = name; in getDisplayName()
183 dispName = bundle.getString(name); in getDisplayName()
187 return dispName; in getDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp840 const UChar *dispName = NULL; in uloc_getDisplayKeywordValue() local
849 dispName = ures_getStringByIndex(currency.getAlias(), UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()
860 /* now copy the dispName over if not NULL */ in uloc_getDisplayKeywordValue()
861 if(dispName != NULL){ in uloc_getDisplayKeywordValue()
863 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()
/third_party/icu/icu4c/source/test/intltest/
H A Dg7coll.cpp98 UnicodeString dispName; in TestG7Locales() local
134 msg += locales[i].getDisplayName(dispName); in TestG7Locales()
H A Dapicoll.cpp1026 UnicodeString dispName; in TestGetAll() local
1030 + UnicodeString(list[i].getDisplayName(dispName))); in TestGetAll()
H A Dloctest.cpp1550 UnicodeString dispName("English (United States, DE ANZA_CUPERTINO_CALIFORNIA_UNITED STATES_EARTH)"); in TestVariantParsing()
1563 if(got != dispName) { in TestVariantParsing()
1565 dataerrln("Wanted: " + dispName); in TestVariantParsing()
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp852 const UChar *dispName = NULL; in uloc_getDisplayKeywordValue() local
861 dispName = ures_getStringByIndex(currency.getAlias(), UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()
872 /* now copy the dispName over if not NULL */ in uloc_getDisplayKeywordValue()
873 if(dispName != NULL){ in uloc_getDisplayKeywordValue()
875 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp852 const char16_t *dispName = nullptr; in uloc_getDisplayKeywordValue() local
861 dispName = ures_getStringByIndex(currency.getAlias(), UCURRENCY_DISPLAY_NAME_INDEX, &dispNameLen, status); in uloc_getDisplayKeywordValue()
872 /* now copy the dispName over if not nullptr */ in uloc_getDisplayKeywordValue()
873 if(dispName != nullptr){ in uloc_getDisplayKeywordValue()
875 u_memcpy(dest, dispName, dispNameLen); in uloc_getDisplayKeywordValue()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp945 UnicodeString dispName; in generateRepertoire() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1589 static const char* dispName="English (United States, DE ANZA_CUPERTINO_CALIFORNIA_UNITED STATES_EARTH)"; in TestVariantParsing() local
1625 u_uastrcpy(displayName, dispName); in TestVariantParsing()
1630 log_err("FAIL: getDisplayName() Wanted %s, got %s\n", dispName, austrdup(got)); in TestVariantParsing()

Completed in 27 milliseconds