Home
last modified time | relevance | path

Searched refs:test_dumpLocale (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp175 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro
555 test_dumpLocale(test1); in TestSimpleObjectStuff()
556 test_dumpLocale(test2); in TestSimpleObjectStuff()
557 test_dumpLocale(test3); in TestSimpleObjectStuff()
558 test_dumpLocale(test4); in TestSimpleObjectStuff()
559 test_dumpLocale(test5); in TestSimpleObjectStuff()
560 test_dumpLocale(test6); in TestSimpleObjectStuff()
561 test_dumpLocale(test7); in TestSimpleObjectStuff()
562 test_dumpLocale(test8); in TestSimpleObjectStuff()
614 test_dumpLocale(test4); in TestSimpleObjectStuff()
[all …]
Dlocnmtst.cpp59 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro