Home
last modified time | relevance | path

Searched refs:getTraditionalChinese (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontUtilsChromiumWin.cpp182 else if (locale == icu::Locale::getTraditionalChinese()) in initializeScriptFontMap()
373 if (icu::Locale::getDefault() == icu::Locale::getTraditionalChinese()) in getFallbackFamily()
/external/icu4c/common/unicode/
Dlocid.h202 static const Locale &U_EXPORT2 getTraditionalChinese(void);
/external/icu4c/common/
Dlocid.cpp813 Locale::getTraditionalChinese(void) in getTraditionalChinese() function in Locale
/external/icu4c/test/intltest/
Dloctest.cpp373 if (strcmp(Locale::getTraditionalChinese().getName(), ULOC_TRADITIONAL_CHINESE) != 0) { in TestParallelAPIValues()