Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1204 char charResult[kCharBufMax+1]; in testSkeletonsWithDayPeriods() local
1205 result.extract(0, result.length(), charResult, kCharBufMax); in testSkeletonsWithDayPeriods()
1206 charResult[kCharBufMax] = 0; // ensure termination in testSkeletonsWithDayPeriods()
1207 …rln("ERROR: getBestPattern %s, expected %s, got %s", testItems[i][0], testItems[i][1], charResult); in testSkeletonsWithDayPeriods()