Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtchcfmt.cpp525 const UBool *closures2 = fmt2.getClosures(count2); in TestClosures() local
527 if((count2 != 6) || !limits2 || !closures2) { in TestClosures()
534 closures2[i] ?"T":"F"); in TestClosures()
538 if((closures2[i]!=0) != (closures[i]!=0)) { in TestClosures()
539 … errln("FAIL: closure #%d = %s, should be %s\n", i, closures2[i]?"T":"F", closures[i]?"T":"F"); in TestClosures()