Searched refs:tempLength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 277 int32_t tempLength; in TestProperty() local 383 rules = ucol_getRules(ruled, &tempLength); in TestProperty() 384 if(tempLength == 0) { in TestProperty() 388 doAssert(u_strFindFirst(rules, tempLength, aa, 2) != NULL, in TestProperty() 397 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen ); in TestProperty() 398 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" ); in TestProperty() 402 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen ); in TestProperty() 403 if(tempLength == 0) { in TestProperty() 456 int32_t tempLength; in TestRuleBasedColl() local 489 rule1 = ucol_getRules(col1, &tempLength); in TestRuleBasedColl() [all …]
|