HomeSort by relevance Sort by last modified time
    Searched refs:getCanadaFrench (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/common/unicode/
locid.h 231 static const Locale &U_EXPORT2 getCanadaFrench(void);
  /external/icu/icu4c/source/test/intltest/
frcoll.cpp 30 myCollation = Collator::createInstance(Locale::getCanadaFrench(), status);
g7coll.cpp 114 (locale == Locale::getCanadaFrench() || locale == Locale::getJapanese())) {
numrgts.cpp     [all...]
regcoll.cpp 373 c = (RuleBasedCollator *) Collator::createInstance(Locale::getCanadaFrench(), status);
377 errln("Failed to create collator for Locale::getCanadaFrench()");
453 c = (RuleBasedCollator *)Collator::createInstance(Locale::getCanadaFrench(), status);
457 errln("Failure creating collator for Locale::getCanadaFrench()");
840 c = Collator::createInstance(Locale::getCanadaFrench(), status);
845 errln("Failed to create a collator for Locale::getCanadaFrench()");
    [all...]
apicoll.cpp 210 Collator *frCol = Collator::createInstance(Locale::getCanadaFrench(), success);
220 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
    [all...]
loctest.cpp 374 if (strcmp(Locale::getCanadaFrench().getName(), ULOC_CANADA_FRENCH) != 0) {
    [all...]
numfmtst.cpp 732 NumberFormat* currencyFmt = NumberFormat::createCurrencyInstance(Locale::getCanadaFrench(), status);
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 887 Locale::getCanadaFrench(void)

Completed in 365 milliseconds