Searched refs:UPRINTF_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c113 #define UPRINTF_BUFFER_SIZE 1024 macro
279 UChar result[UPRINTF_BUFFER_SIZE];
280 UChar prefixBuffer[UPRINTF_BUFFER_SIZE];
325 resultLen = unum_formatDouble(format, num, result, UPRINTF_BUFFER_SIZE, 0, &status);
355 UChar result[UPRINTF_BUFFER_SIZE];
356 UChar prefixBuffer[UPRINTF_BUFFER_SIZE];
392 resultLen = unum_formatInt64(format, num, result, UPRINTF_BUFFER_SIZE, 0, &status);
420 UChar result[UPRINTF_BUFFER_SIZE];
421 int32_t len = UPRINTF_BUFFER_SIZE;
436 if(num != 0 && info->fAlt && len < UPRINTF_BUFFER_SIZE
[all...]
/external/icu/icu4c/source/io/
H A Duprntf_p.c113 #define UPRINTF_BUFFER_SIZE 1024 macro
279 UChar result[UPRINTF_BUFFER_SIZE];
280 UChar prefixBuffer[UPRINTF_BUFFER_SIZE];
325 resultLen = unum_formatDouble(format, num, result, UPRINTF_BUFFER_SIZE, 0, &status);
355 UChar result[UPRINTF_BUFFER_SIZE];
356 UChar prefixBuffer[UPRINTF_BUFFER_SIZE];
392 resultLen = unum_formatInt64(format, num, result, UPRINTF_BUFFER_SIZE, 0, &status);
420 UChar result[UPRINTF_BUFFER_SIZE];
421 int32_t len = UPRINTF_BUFFER_SIZE;
436 if(num != 0 && info->fAlt && len < UPRINTF_BUFFER_SIZE
[all...]

Completed in 289 milliseconds