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.cpp163 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro
527 test_dumpLocale(test1); in TestSimpleObjectStuff()
528 test_dumpLocale(test2); in TestSimpleObjectStuff()
529 test_dumpLocale(test3); in TestSimpleObjectStuff()
530 test_dumpLocale(test4); in TestSimpleObjectStuff()
531 test_dumpLocale(test5); in TestSimpleObjectStuff()
532 test_dumpLocale(test6); in TestSimpleObjectStuff()
533 test_dumpLocale(test7); in TestSimpleObjectStuff()
534 test_dumpLocale(test8); in TestSimpleObjectStuff()
586 test_dumpLocale(test4); in TestSimpleObjectStuff()
[all …]
Dlocnmtst.cpp56 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro