Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp46 static const UChar NO_NAME[] = { 0 }; // for empty no-fallback time zone names variable
788 names[type] = (value == NULL) ? NO_NAME : value->getString(length, errorCode); in setNameIfEmpty()
835 if (names[i] == NO_NAME) { in getNames()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java2113 …public static final int NO_NAME = -1, LANGUAGE_NAME = 0, SCRIPT_NAME = 1, TERRITORY_NAME = 2, VARI…