• Home
  • Raw
  • Download

Lines Matching refs:collResult

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
4748collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4749 if (collResult != UCOL_LESS) { in TestReorderingAPI()
4768collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4769 if (collResult != UCOL_GREATER) { in TestReorderingAPI()
4819 UCollationResult collResult; in TestReorderingAPIWithRuleCreatedCollator() local
4853collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LE… in TestReorderingAPIWithRuleCreatedCollator()
4854 if (collResult != UCOL_GREATER) { in TestReorderingAPIWithRuleCreatedCollator()
4893collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4894 if (collResult != UCOL_LESS) { in TestReorderingAPIWithRuleCreatedCollator()
4913collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4914 if (collResult != UCOL_GREATER) { in TestReorderingAPIWithRuleCreatedCollator()
5328 UCollationResult collResult; in TestReorderWithNumericCollation() local
5365collResult = ucol_strcoll(myCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(f… in TestReorderWithNumericCollation()
5379 if (collResult != collResultReorder) { in TestReorderWithNumericCollation()