Searched refs:test_coll (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | locale_test.cpp | 1593 test_coll(bool useStrxfrm, const char* locale, const coll_data* coll) in test_coll() function 1642 test_coll(0, "POSIX", coll_posix); in test_collation() 1643 test_coll(1, "POSIX", coll_posix); in test_collation() 1670 test_coll(0, "en_US.UTF-8", coll_en); in test_collation() 1671 test_coll(1, "en_US.UTF-8", coll_en); in test_collation() 1698 test_coll(0, "de_DE.UTF-8", coll_de); in test_collation() 1699 test_coll(1, "de_DE.UTF-8", coll_de); in test_collation() 1726 test_coll(0, "de_DE.UTF-8@collation=phonebook", coll_de_phonebook); in test_collation() 1727 test_coll(1, "de_DE.UTF-8@collation=phonebook", coll_de_phonebook); in test_collation() 1757 test_coll(0, "fr_CA.UTF-8", coll_fr); in test_collation() [all …]
|
H A D | wcs_test.cpp | 2428 test_coll(bool useWcsxfrm, const char* locale, const coll_data coll[]) in test_coll() function 2479 test_coll(0, "POSIX", coll_posix); in test_collation() 2480 test_coll(1, "POSIX", coll_posix); in test_collation() 2507 test_coll(0, "en_US.UTF-8", coll_en); in test_collation() 2508 test_coll(1, "en_US.UTF-8", coll_en); in test_collation() 2535 test_coll(0, "de_DE.UTF-8", coll_de); in test_collation() 2536 test_coll(1, "de_DE.UTF-8", coll_de); in test_collation() 2563 test_coll(0, "de_DE.UTF-8@collation=phonebook", coll_de_phonebook); in test_collation() 2564 test_coll(1, "de_DE.UTF-8@collation=phonebook", coll_de_phonebook); in test_collation() 2594 test_coll(0, "fr_CA.UTF-8", coll_fr); in test_collation() [all …]
|