Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcmsccoll.c885 UCollationResult realResult; in testSwitch() local
891 realResult = func(collator, opts, first, sLen, second, tLen); in testSwitch()
892 realStrength = probeStrength(func, collator, opts, first, sLen, second, tLen, realResult); in testSwitch()
894 if(strength == UCOL_IDENTICAL && realResult != UCOL_IDENTICAL) { in testSwitch()
895 …logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_EQUAL, stre… in testSwitch()
897 } else if(realResult != UCOL_LESS || realStrength != strength) { in testSwitch()
898 …logFailure(msg, "tailoring", first, sLen, second, tLen, realResult, realStrength, UCOL_LESS, stren… in testSwitch()