Lines Matching refs:u_strlen
325 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison… in TestProperty()
330 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison … in TestProperty()
335 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > bla… in TestProperty()
340 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "black bird < black-… in TestProperty()
345 …doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "Hello > hello co… in TestProperty()
462 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
471 …col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &s… in TestRuleBasedColl()
497 col4=ucol_openRules(rule2, u_strlen(rule2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status); in TestRuleBasedColl()
515 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
552 …col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
582 …doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"… in TestCompare()
583 …doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \… in TestCompare()
584 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
589 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"… in TestCompare()
590 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
591 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result sho… in TestCompare()
596 …doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"A… in TestCompare()
597 …doAssert( (!ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be … in TestCompare()
598 …doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result shou… in TestCompare()
756 …doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original… in TestSafeClone()
757 …Assert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oe… in TestSafeClone()
794 …doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Resul… in TestSafeClone()
801 …doAssert( (ucol_greater(someClonedCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2)))… in TestSafeClone()
1029 sortKeyLen1 = ucol_getSortKey(c1, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules()
1032 ucol_getSortKey(c1, str, u_strlen(str), sortKey1, sortKeyLen1 + 1); in TestOpenVsOpenRules()
1035 sortKeyLen2 = ucol_getSortKey(c2, str, u_strlen(str), NULL, 0); in TestOpenVsOpenRules()
1038 ucol_getSortKey(c2, str, u_strlen(str), sortKey2, sortKeyLen2 + 1); in TestOpenVsOpenRules()
1127 sortklen=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestSortKey()
1130 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortklen+1); in TestSortKey()
1132 sortklen=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestSortKey()
1135 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortklen+1); in TestSortKey()
1138 sortklen=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0); in TestSortKey()
1141 ucol_getSortKey(col, test2, u_strlen(test2), sortk3, sortklen+1); in TestSortKey()
1178 sortklen=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestSortKey()
1180 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortklen+1); in TestSortKey()
1181 sortklen=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestSortKey()
1183 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortklen+1); in TestSortKey()
1236 sortk1len=ucol_getSortKey(col, test1, u_strlen(test1), NULL, 0); in TestHashCode()
1238 ucol_getSortKey(col, test1, u_strlen(test1), sortk1, sortk1len+1); in TestHashCode()
1239 sortk2len=ucol_getSortKey(col, test2, u_strlen(test2), NULL, 0); in TestHashCode()
1241 ucol_getSortKey(col, test2, u_strlen(test2), sortk2, sortk2len+1); in TestHashCode()
1242 sortk3len=ucol_getSortKey(col, test2, u_strlen(test3), NULL, 0); in TestHashCode()
1244 ucol_getSortKey(col, test2, u_strlen(test2), sortk3, sortk3len+1); in TestHashCode()
1292 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1300 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status); in TestElemIter()
1308 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status); in TestElemIter()