• Home
  • Raw
  • Download

Lines Matching refs:u_strlen

93   coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status);  in IncompleteCntTest()
104 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
119 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
131 iter = ucol_openElements(coll, t2, u_strlen(t2), &status); in IncompleteCntTest()
346 sizem = u_strlen(m);
669 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status); in TestComposeDecompose()
676 ucol_setText(iter, t[u]->NFC, u_strlen(t[u]->NFC), &status); in TestComposeDecompose()
679 ucol_setText(iter, t[u]->NFD, u_strlen(t[u]->NFD), &status); in TestComposeDecompose()
884 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestCase()
899 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status); in TestCase()
902 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status); in TestCase()
3641 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[2], u_strlen(tData[2])) ) { in TestVI5913()
3644 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[3], u_strlen(tData[3])) ) { in TestVI5913()
3647 if ( !ucol_equal(coll, tData[5], u_strlen(tData[5]), tData[4], u_strlen(tData[4])) ) { in TestVI5913()
3650 if ( !ucol_equal(coll, tData[7], u_strlen(tData[7]), tData[6], u_strlen(tData[6])) ) { in TestVI5913()
3655 tLen = u_strlen(tData[j]); in TestVI5913()
3668 if ( !ucol_equal(coll, tData[0], u_strlen(tData[0]), tData[1], u_strlen(tData[1])) ) { in TestVI5913()
3671 if ( !ucol_equal(coll, tData[4], u_strlen(tData[4]), tData[5], u_strlen(tData[5])) ) { in TestVI5913()
3674 if ( !ucol_equal(coll, tData[6], u_strlen(tData[6]), tData[7], u_strlen(tData[7])) ) { in TestVI5913()
3679 tLen = u_strlen(tData[j]); in TestVI5913()
3690 ruleLen = u_strlen(rule); in TestVI5913()
3696 sLen = u_strlen(tailorData[0]); in TestVI5913()
3698 tLen = u_strlen(tailorData[j]); in TestVI5913()
3704 tLen = u_strlen(tailorData[0]); in TestVI5913()
3707 tLen = u_strlen(tailorData[j]); in TestVI5913()
3719 ruleLen = u_strlen(rule2); in TestVI5913()
3721 tLen = u_strlen(tailorData2[0]); in TestVI5913()
3724 tLen = u_strlen(tailorData2[j]); in TestVI5913()
3736 ruleLen = u_strlen(rule3); in TestVI5913()
3738 tLen = u_strlen(tailorData3[3]); in TestVI5913()
3745 tLen = u_strlen(tailorData3[j]); in TestVI5913()
3812 ruleLen = u_strlen(rule1); in TestTailor6179()
3818 tLen = u_strlen(tData1[0]); in TestTailor6179()
3827 tLen = u_strlen(tData1[1]); in TestTailor6179()
3841 ruleLen = u_strlen(rule2); in TestTailor6179()
3849 tLen = u_strlen(tData2[0]); in TestTailor6179()
3858 tLen = u_strlen(tData2[1]); in TestTailor6179()
3903 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3925 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3941 ruleLen = u_strlen(rule1); in TestUCAPrecontext()
3948 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3964 ruleLen = u_strlen(rule2); in TestUCAPrecontext()
3971 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
4831 … myCollation = ucol_openRules(rules, u_strlen(rules), UCOL_DEFAULT, UCOL_TERTIARY, NULL, &status); in TestReorderingAPIWithRuleCreatedCollator()