Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tempLength

277     int32_t tempLength;
383 rules = ucol_getRules(ruled, &tempLength);
384 if(tempLength == 0) {
388 doAssert(u_strFindFirst(rules, tempLength, aa, 2) != NULL,
397 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
398 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
402 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
403 if(tempLength == 0) {
456 int32_t tempLength;
489 rule1 = ucol_getRules(col1, &tempLength);
490 rule2 = ucol_getRules(col2, &tempLength);
491 rule3 = ucol_getRules(col3, &tempLength);
502 rule4= ucol_getRules(col4, &tempLength);