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

  /external/icu4c/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/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...]

Completed in 45 milliseconds