Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dloctest.cpp5548 static const Locale loc_ill("!"); in TestToLanguageTag() local
5584 std::string result_ill = loc_ill.toLanguageTag<std::string>(status); in TestToLanguageTag()
5585 status.errIfFailureAndReset("\"%s\"", loc_ill.getName()); in TestToLanguageTag()
5586 assertEquals(loc_ill.getName(), tag_und, result_ill.c_str()); in TestToLanguageTag()