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

  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 51 #define STACK_BUFFER_SIZE 32
134 wchar_t nStackBuffer[STACK_BUFFER_SIZE];
144 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
181 wchar_t stackBuffer[STACK_BUFFER_SIZE];
187 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
201 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
  /external/icu4c/test/intltest/
winnmtst.cpp 51 #define STACK_BUFFER_SIZE 32
134 wchar_t nStackBuffer[STACK_BUFFER_SIZE];
144 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
181 wchar_t stackBuffer[STACK_BUFFER_SIZE];
187 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
201 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 51 #define STACK_BUFFER_SIZE 32
240 wchar_t nStackBuffer[STACK_BUFFER_SIZE];
250 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
286 UChar stackBuffer[STACK_BUFFER_SIZE];
302 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
324 result = GetNumberFormatW(fLCID, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE);
windtfmt.cpp 53 #define STACK_BUFFER_SIZE 64
238 UChar stackBuffer[STACK_BUFFER_SIZE];
241 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE);
264 UChar stackBuffer[STACK_BUFFER_SIZE];
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);
  /external/icu4c/i18n/
winnmfmt.cpp 51 #define STACK_BUFFER_SIZE 32
240 wchar_t nStackBuffer[STACK_BUFFER_SIZE];
250 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
286 UChar stackBuffer[STACK_BUFFER_SIZE];
302 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
324 result = GetNumberFormatW(fLCID, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE);
windtfmt.cpp 53 #define STACK_BUFFER_SIZE 64
238 UChar stackBuffer[STACK_BUFFER_SIZE];
241 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE);
264 UChar stackBuffer[STACK_BUFFER_SIZE];
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);

Completed in 74 milliseconds