Home
last modified time | relevance | path

Searched refs:dispNames (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp219 UnicodeString dispNames[]= { in TestGetDisplayName() local
246 for (uint32_t i=0; i<UPRV_LENGTHOF(dispNames); i=i+2 ) { in TestGetDisplayName()
247 t = Transliterator::createInstance(dispNames[i+0], UTRANS_FORWARD, parseError, status); in TestGetDisplayName()
249 dataerrln("FAIL: construction: " + dispNames[i+0] + " - " + u_errorName(status)); in TestGetDisplayName()
255 // doTest(message, name, dispNames[i+1]); //!!! This will obviously fail for any locale other than english and its children!!! in TestGetDisplayName()
262 doTest(message, name, dispNames[i+1]); in TestGetDisplayName()

Completed in 2 milliseconds