Searched refs:collResult (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4539 UCollationResult collResult; in TestBeforeRuleWithScriptReordering() local 4571 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering() 4572 if (collResult != UCOL_GREATER) { in TestBeforeRuleWithScriptReordering() 4573 log_err("Collation result not correct before script reordering = %d\n", collResult); in TestBeforeRuleWithScriptReordering() 4591 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering() 4592 if (collResult != UCOL_GREATER) { in TestBeforeRuleWithScriptReordering() 4593 log_err("Collation result not correct after script reordering = %d\n", collResult); in TestBeforeRuleWithScriptReordering() 4697 UCollationResult collResult; in TestReorderingAPI() local 4748 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI() 4749 if (collResult != UCOL_LESS) { in TestReorderingAPI() [all …]
|