Searched refs:tempLength (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 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() [all …]
|
/external/angle/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 1176 GLsizei tempLength = 0; in TEST_P() local 1177 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P()
|