Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5643 static const Locale loc_ill("!"); in TestToLanguageTag() local
5679 std::string result_ill = loc_ill.toLanguageTag<std::string>(status); in TestToLanguageTag()
5680 status.errIfFailureAndReset("\"%s\"", loc_ill.getName()); in TestToLanguageTag()
5681 assertEquals(loc_ill.getName(), tag_und, result_ill.c_str()); in TestToLanguageTag()