HomeSort by relevance Sort by last modified time
    Searched defs:doTestDisplayNames (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
loctest.cpp 465 doTestDisplayNames(english, DLANG_EN);
467 doTestDisplayNames(french, DLANG_FR);
469 doTestDisplayNames(croatian, DLANG_CA);
471 doTestDisplayNames(greek, DLANG_EL);
727 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) {
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 469 doTestDisplayNames(english, DLANG_EN);
471 doTestDisplayNames(french, DLANG_FR);
473 doTestDisplayNames(croatian, DLANG_CA);
475 doTestDisplayNames(greek, DLANG_EL);
731 void LocaleTest::doTestDisplayNames(Locale& displayLocale, int32_t compareIndex) {
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c 567 doTestDisplayNames("en_US", DLANG_EN);
569 doTestDisplayNames("fr_FR", DLANG_FR);
571 doTestDisplayNames("ca_ES", DLANG_CA);
573 doTestDisplayNames("el_GR", DLANG_EL);
700 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex)
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 572 doTestDisplayNames("en_US", DLANG_EN);
574 doTestDisplayNames("fr_FR", DLANG_FR);
576 doTestDisplayNames("ca_ES", DLANG_CA);
578 doTestDisplayNames("el_GR", DLANG_EL);
705 static void doTestDisplayNames(const char* displayLocale, int32_t compareIndex)
    [all...]

Completed in 455 milliseconds