Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp594 UnicodeString expectedBaseSkeleton = UnicodeString(testGetSkeletonAndBase[i][2]); in testAPI() local
601 if(U_FAILURE(status) || retSkeleton != expectedBaseSkeleton) { in testAPI()
603 … errln(UnicodeString(" Got: ") + retSkeleton + UnicodeString(" Expected:")+ expectedBaseSkeleton); in testAPI()