Lines Matching refs:u_strlen

323 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison…  in TestProperty()
328 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison … in TestProperty()
333 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > bla… in TestProperty()
338 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-… in TestProperty()
343 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello co… in TestProperty()
460 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
469 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
495 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestRuleBasedColl()
513 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
550 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
580 …doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"… in TestCompare()
581 …doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \… in TestCompare()
582 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
587 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"… in TestCompare()
588 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
589 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result sho… in TestCompare()
594 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"A… in TestCompare()
595 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
596 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
754 …doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original… in TestSafeClone()
755 …Assert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oe… in TestSafeClone()
792 …doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Resul… in TestSafeClone()
799 …doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2)))… in TestSafeClone()
1027 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules()
1030 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules()
1033 sortKeyLen2 = ucol_getSortKey(c2, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules()
1036 ucol_getSortKey(c2, str, u_strlen(str), sortKey2, sortKeyLen2 + 1); in TestOpenVsOpenRules()
1125 sortklen=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestSortKey()
1128 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortklen+1); in TestSortKey()
1130 sortklen=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestSortKey()
1133 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortklen+1); in TestSortKey()
1136 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0); in TestSortKey()
1139 ucol_getSortKey(col, test2, u_strlen(test2), sortk3, sortklen+1); in TestSortKey()
1176 sortklen=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestSortKey()
1178 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortklen+1); in TestSortKey()
1179 sortklen=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestSortKey()
1181 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortklen+1); in TestSortKey()
1234 sortk1len=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestHashCode()
1236 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortk1len+1); in TestHashCode()
1237 sortk2len=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestHashCode()
1239 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortk2len+1); in TestHashCode()
1240 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0); in TestHashCode()
1242 ucol_getSortKey(col, test2, u_strlen(test2), sortk3, sortk3len+1); in TestHashCode()
1290 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1298 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1306 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter()