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

  /external/chromium/third_party/icu/source/test/intltest/
apicoll.cpp 235 Collator *frCol = Collator::createInstance(Locale::getFrance(), success);
246 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getFrench()) {
247 doAssert((*frCol != *junk), "The junk is the same as the French collator.");
249 Collator *aFrCol = frCol->clone();
250 doAssert((*frCol == *aFrCol), "The cloning of a French collator failed.");
254 delete frCol;
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 249 Collator *frCol = Collator::createInstance(Locale::getFrance(), success);
260 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getFrench()) {
261 doAssert((*frCol != *junk), "The junk is the same as the French collator.");
263 Collator *aFrCol = frCol->clone();
264 doAssert((*frCol == *aFrCol), "The cloning of a French collator failed.");
268 delete frCol;
    [all...]

Completed in 1897 milliseconds