Lines Matching refs:tempLength
278 int32_t tempLength; in TestProperty() local
384 rules = ucol_getRules(ruled, &tempLength); in TestProperty()
385 if(tempLength == 0) { in TestProperty()
389 doAssert(u_strFindFirst(rules, tempLength, aa, 2) != NULL, in TestProperty()
398 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen ); in TestProperty()
399 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" ); in TestProperty()
403 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen ); in TestProperty()
404 if(tempLength == 0) { in TestProperty()
457 int32_t tempLength; in TestRuleBasedColl() local
490 rule1 = ucol_getRules(col1, &tempLength); in TestRuleBasedColl()
491 rule2 = ucol_getRules(col2, &tempLength); in TestRuleBasedColl()
492 rule3 = ucol_getRules(col3, &tempLength); in TestRuleBasedColl()
503 rule4= ucol_getRules(col4, &tempLength); in TestRuleBasedColl()