Home
last modified time | relevance | path

Searched refs:getChina (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dlocid.h229 static const Locale &U_EXPORT2 getChina(void);
/external/icu/libicu/cts_headers/unicode/
Dlocid.h229 static const Locale &U_EXPORT2 getChina(void);
/external/icu/icu4c/source/common/
Dlocid.cpp2162 Locale::getChina(void) in getChina() function in Locale
/external/icu/icu4c/source/test/intltest/
Dcalregts.cpp1244 Locale locales [] = { Locale::getChinese(), Locale::getChina() }; in test4106136()
Dloctest.cpp434 if (strcmp(Locale::getChina().getName(), ULOC_CHINA) != 0) { in TestParallelAPIValues()
Ddtfmttst.cpp4012 SimpleDateFormat sdf(pattern, numsys_override, Locale::getChina(),status); in TestFormalChineseDate()