OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_dumpLocale
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
loctest.cpp
162
#define
test_dumpLocale
(l) { logln(#l " = " + UnicodeString(l.getName(), "")); }
534
test_dumpLocale
(test1);
535
test_dumpLocale
(test2);
536
test_dumpLocale
(test3);
537
test_dumpLocale
(test4);
538
test_dumpLocale
(test5);
539
test_dumpLocale
(test6);
540
test_dumpLocale
(test7);
541
test_dumpLocale
(test8);
593
test_dumpLocale
(test4)
[
all
...]
locnmtst.cpp
56
#define
test_dumpLocale
(l) { logln(#l " = " + UnicodeString(l.getName(), "")); }
Completed in 32 milliseconds