HomeSort by relevance Sort by last modified time
    Searched full:getfrance (Results 1 - 15 of 15) sorted by null

  /external/icu4c/test/intltest/
svccoll.cpp 36 const Locale& FR = Locale::getFrance();
356 Collator* frcol = Collator::createInstance(Locale::getFrance(), status);
375 info[1] = new CollatorInfo(Locale::getFrance(), gecol, NULL);
regcoll.cpp 374 c = (RuleBasedCollator *) Collator::createInstance(Locale::getFrance(), status);
378 errln("Failed to create collator for Locale::getFrance()");
454 c = (RuleBasedCollator *)Collator::createInstance(Locale::getFrance(), status);
458 errln("Failure creating collator for Locale::getFrance()");
841 c = Collator::createInstance(Locale::getFrance(), status);
846 errln("Failed to create a collator for Locale::getFrance()");
    [all...]
frcoll.cpp 30 myCollation = Collator::createInstance(Locale::getFrance(), status);
itrbnfrt.cpp 119 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getFrance(), status);
nmfmapts.cpp 253 #define SRC_LOC Locale::getFrance()
numrgts.cpp 496 NumberFormat *nf1 = NumberFormat::createInstance(Locale::getFrance(), status);
505 failure(status, "NumberFormat::createInstance", Locale::getFrance());
522 failure(status, "nf->applyLocalizedPattern", Locale::getFrance());
541 failure(status, "nf->applyLocalizedPattern", Locale::getFrance());
    [all...]
numfmtst.cpp 774 expectCurrency(*fmt, Locale::getFrance(),
787 fmt = NumberFormat::createCurrencyInstance(Locale::getFrance(), ec);
806 expectCurrency(*fmt, Locale::getFrance(),
    [all...]
apicoll.cpp 235 Collator *frCol = Collator::createInstance(Locale::getFrance(), success);
    [all...]
loctest.cpp 385 if (strcmp(Locale::getFrance().getName(), ULOC_FRANCE) != 0) {
    [all...]
itrbnf.cpp     [all...]
rbbitst.cpp     [all...]
dtfmttst.cpp 359 dateFormats[1] = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull, Locale::getFrance());
    [all...]
  /external/icu4c/i18n/unicode/
datefmt.h 96 * DateFormat::createDateInstance( DateFormat::SHORT, Locale::getFrance());
  /external/icu4c/common/
locid.cpp 1072 Locale::getFrance(void)
    [all...]
  /external/icu4c/common/unicode/
locid.h 203 static const Locale &U_EXPORT2 getFrance(void);

Completed in 1326 milliseconds