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