Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tempLength

282     int32_t tempLength;
387 ucol_getRules(ruled, &tempLength);
388 doAssert( tempLength != 0, "getRules() result incorrect" );
395 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
396 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
400 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
401 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
455 int32_t tempLength;
488 rule1 = ucol_getRules(col1, &tempLength);
489 rule2 = ucol_getRules(col2, &tempLength);
490 rule3 = ucol_getRules(col3, &tempLength);
501 rule4= ucol_getRules(col4, &tempLength);