Searched refs:loc_ill (Results 1 – 1 of 1) sorted by relevance
5643 static const Locale loc_ill("!"); in TestToLanguageTag() local5679 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()