/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
H A D | TimeZoneNameProviderICU.java | 22 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 D | Holiday.java | 177 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 D | Holiday.java | 179 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 D | locdispnames.cpp | 840 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 D | g7coll.cpp | 98 UnicodeString dispName; in TestG7Locales() local 134 msg += locales[i].getDisplayName(dispName); in TestG7Locales()
|
H A D | apicoll.cpp | 1026 UnicodeString dispName; in TestGetAll() local 1030 + UnicodeString(list[i].getDisplayName(dispName))); in TestGetAll()
|
H A D | loctest.cpp | 1550 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 D | locdispnames.cpp | 852 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 D | locdispnames.cpp | 852 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 D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 945 UnicodeString dispName; in generateRepertoire() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 1589 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()
|