Home
last modified time | relevance | path

Searched refs:getJapanese (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese() function in __anon5aaa72380111::CommonChars
324 NormalizeUTF8 op(*nfc, CommonChars::getJapanese(maxLength)); in main()
336 NormalizeUTF16 op(*nfkc_cf, CommonChars::getJapanese(maxLength)); in main()
348 NormalizeUTF8 op(*nfkc_cf, CommonChars::getJapanese(maxLength)); in main()
/external/icu/icu4c/source/samples/dtitvfmtsample/
Ddtitvfmtsample.cpp64 …ormat* dtitvfmtJa = DateIntervalFormat::createInstance(skeletons[j], Locale::getJapanese(),status); in dtitvfmtPreDefined()
127 …* dtitvfmtJa = DateIntervalFormat::createInstance(skeletons[i],Locale::getJapanese(),dtitvinf,stat… in dtitvfmtCustomized()
/external/icu/icu4c/source/test/intltest/
Dg7coll.cpp116 (locale == Locale::getCanadaFrench() || locale == Locale::getJapanese())) { in TestG7Locales()
Dsvccoll.cpp162 …((defaultLocale == Locale::getKorean() && defaultLocale == Locale::getJapanese()) && displayName =… in TestRegister()
169 …((defaultLocale == Locale::getKorean() && defaultLocale == Locale::getJapanese()) && displayName =… in TestRegister()
Dalphaindextst.cpp136 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest()
685 AlphabeticIndex index(Locale::getJapanese(), status); in TestJapaneseKanji()
Ddtifmtts.cpp86 … dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status); in testAPI()
Dicusvtst.cpp1159 Locale::setDefault(Locale::getJapanese(), status); in testLocale()
Ditrbnf.cpp2290 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure()
Dloctest.cpp385 if (strcmp(Locale::getJapanese().getName(), ULOC_JAPANESE) != 0) { in TestParallelAPIValues()
/external/icu/icu4c/source/common/unicode/
Dlocid.h205 static const Locale &U_EXPORT2 getJapanese(void);
/external/icu/icu4c/source/common/
Dlocid.cpp1096 Locale::getJapanese(void) in getJapanese() function in Locale