HomeSort by relevance Sort by last modified time
    Searched refs:tempLength (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 284 int32_t tempLength;
392 ucol_getRules(ruled, &tempLength);
393 doAssert( tempLength != 0, "getRules() result incorrect" );
400 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
401 doAssert( tempLength == 0x0a, "getRulesEx() result incorrect" );
405 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
406 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
458 int32_t tempLength;
491 rule1 = ucol_getRules(col1, &tempLength);
492 rule2 = ucol_getRules(col2, &tempLength);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 292 int32_t tempLength;
400 ucol_getRules(ruled, &tempLength);
401 doAssert( tempLength != 0, "getRules() result incorrect" );
408 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
409 doAssert( tempLength == 0x0a, "getRulesEx() result incorrect" );
413 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
414 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
468 int32_t tempLength;
501 rule1 = ucol_getRules(col1, &tempLength);
502 rule2 = ucol_getRules(col2, &tempLength);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp     [all...]

Completed in 3975 milliseconds