/external/chromium/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 60 int32_t pat_length, i, lneed; local 83 lneed=0; 84 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status); 87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); 88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status); 97 lneed=0; 98 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status); 101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) ) 122 int32_t lneed; local 189 int32_t ival, ilval, p, v, lneed; local 339 int32_t lneed; local 414 int32_t lneed, i; local 461 int32_t lneed, i; local 531 int32_t lneed, i; local 643 int32_t lneed; local 1031 int32_t lneed; local [all...] |
cdtdptst.c | 229 int32_t lneed, pos; local 245 lneed=0; 246 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); 249 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); 250 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status);
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 60 int32_t pat_length, i, lneed; local 83 lneed=0; 84 lneed=unum_toPattern(fmt, FALSE, NULL, lneed, &status); 87 unewp=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); 88 unum_toPattern(fmt, FALSE, unewp, lneed+1, &status); 97 lneed=0; 98 lneed=unum_format(fmt, 0, NULL, lneed, NULL, &status); 101 str=(UChar*)malloc(sizeof(UChar) * (lneed+1) ) 122 int32_t lneed; local 189 int32_t ival, ilval, p, v, lneed; local 339 int32_t lneed; local 414 int32_t lneed, i; local 461 int32_t lneed, i; local 531 int32_t lneed, i; local 643 int32_t lneed; local 1041 int32_t lneed; local [all...] |
cdtdptst.c | 229 int32_t lneed, pos; local 245 lneed=0; 246 lneed=udat_toPattern(fmt, TRUE, NULL, lneed, &status); 249 pattern=(UChar*)malloc(sizeof(UChar) * (lneed+1) ); 250 udat_toPattern(fmt, TRUE, pattern, lneed+1, &status);
|