Searched refs:getJapanese (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/perf/normperf/ |
D | simplenormperf.cpp | 33 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/ |
D | dtitvfmtsample.cpp | 64 …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/ |
D | g7coll.cpp | 116 (locale == Locale::getCanadaFrench() || locale == Locale::getJapanese())) { in TestG7Locales()
|
D | svccoll.cpp | 162 …((defaultLocale == Locale::getKorean() && defaultLocale == Locale::getJapanese()) && displayName =… in TestRegister() 169 …((defaultLocale == Locale::getKorean() && defaultLocale == Locale::getJapanese()) && displayName =… in TestRegister()
|
D | alphaindextst.cpp | 136 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest() 685 AlphabeticIndex index(Locale::getJapanese(), status); in TestJapaneseKanji()
|
D | dtifmtts.cpp | 86 … dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status); in testAPI()
|
D | icusvtst.cpp | 1159 Locale::setDefault(Locale::getJapanese(), status); in testLocale()
|
D | itrbnf.cpp | 2290 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure()
|
D | loctest.cpp | 385 if (strcmp(Locale::getJapanese().getName(), ULOC_JAPANESE) != 0) { in TestParallelAPIValues()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 205 static const Locale &U_EXPORT2 getJapanese(void);
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 1096 Locale::getJapanese(void) in getJapanese() function in Locale
|