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.cpp166 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro
530 test_dumpLocale(test1); in TestSimpleObjectStuff()
531 test_dumpLocale(test2); in TestSimpleObjectStuff()
532 test_dumpLocale(test3); in TestSimpleObjectStuff()
533 test_dumpLocale(test4); in TestSimpleObjectStuff()
534 test_dumpLocale(test5); in TestSimpleObjectStuff()
535 test_dumpLocale(test6); in TestSimpleObjectStuff()
536 test_dumpLocale(test7); in TestSimpleObjectStuff()
537 test_dumpLocale(test8); in TestSimpleObjectStuff()
589 test_dumpLocale(test4); in TestSimpleObjectStuff()
[all …]
Dlocnmtst.cpp58 #define test_dumpLocale(l) { logln(#l " = " + UnicodeString(l.getName(), "")); } macro