• Home
  • Raw
  • Download

Lines Matching refs:collResult

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
4746collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4747 if (collResult != UCOL_LESS) { in TestReorderingAPI()
4766collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4767 if (collResult != UCOL_GREATER) { in TestReorderingAPI()
4817 UCollationResult collResult; in TestReorderingAPIWithRuleCreatedCollator() local
4851collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LE… in TestReorderingAPIWithRuleCreatedCollator()
4852 if (collResult != UCOL_GREATER) { in TestReorderingAPIWithRuleCreatedCollator()
4891collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4892 if (collResult != UCOL_LESS) { in TestReorderingAPIWithRuleCreatedCollator()
4911collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4912 if (collResult != UCOL_GREATER) { in TestReorderingAPIWithRuleCreatedCollator()
5326 UCollationResult collResult; in TestReorderWithNumericCollation() local
5363collResult = ucol_strcoll(myCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(f… in TestReorderWithNumericCollation()
5377 if (collResult != collResultReorder) { in TestReorderWithNumericCollation()