Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp533 UnicodeString retSkeleton = gen->getSkeleton(pattern, status); in testAPI() local
534 if(U_FAILURE(status) || retSkeleton != expectedSkeleton ) { in testAPI()
536 errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected: ") + expectedSkeleton ); in testAPI()
538 retSkeleton = gen->getBaseSkeleton(pattern, status); in testAPI()
539 if(U_FAILURE(status) || retSkeleton != expectedBaseSkeleton) { in testAPI()
541 … errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected:")+ expectedBaseSkeleton); in testAPI()