Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp5563 static const Locale loc_af("af@calendar=coptic;t=ar-i0-handwrit;x=foo"); in TestForLanguageTag() local
5579 assertEquals(tag_af, loc_af.getName(), result_af.getName()); in TestForLanguageTag()
5640 static const Locale loc_af("af@calendar=coptic;t=ar-i0-handwrit;x=foo"); in TestToLanguageTag() local
5667 std::string result_af = loc_af.toLanguageTag<std::string>(status); in TestToLanguageTag()
5668 status.errIfFailureAndReset("\"%s\"", loc_af.getName()); in TestToLanguageTag()
5669 assertEquals(loc_af.getName(), tag_af, result_af.c_str()); in TestToLanguageTag()