Home
last modified time | relevance | path

Searched refs:nBuffer (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp140 wchar_t *nBuffer = nStackBuffer; in getWindowsFormat() local
144 nBuffer[0] = 0x0000; in getWindowsFormat()
149 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in getWindowsFormat()
179 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) { in getWindowsFormat()
192 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat()
198 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat()
202 GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, newLength); in getWindowsFormat()
206 result = GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE); in getWindowsFormat()
212 int newLength = GetNumberFormatW(lcid, 0, nBuffer, NULL, NULL, 0); in getWindowsFormat()
216 GetNumberFormatW(lcid, 0, nBuffer, NULL, buffer, newLength); in getWindowsFormat()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp340 wchar_t *nBuffer = nStackBuffer; in format() local
344 nBuffer[0] = 0x0000; in format()
349 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in format()
378 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) { in format()
408 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
414 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
418 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()
430 … result = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE); in format()
434 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format()
438 GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, newLength); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp341 wchar_t *nBuffer = nStackBuffer; in format() local
345 nBuffer[0] = 0x0000; in format()
350 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in format()
379 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) { in format()
409 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
415 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
419 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()
431 … result = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE); in format()
435 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format()
439 GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, newLength); in format()
/third_party/icu/icu4c/source/i18n/
Dwinnmfmt.cpp346 wchar_t *nBuffer = nStackBuffer; in format() local
350 nBuffer[0] = 0x0000; in format()
355 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in format()
384 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) { in format()
414 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
420 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
424 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()
436 … result = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE); in format()
440 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format()
444 GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, newLength); in format()
/third_party/node/deps/icu-small/source/i18n/
Dwinnmfmt.cpp341 wchar_t *nBuffer = nStackBuffer; in format() local
345 nBuffer[0] = 0x0000; in format()
350 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args); in format()
379 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) { in format()
409 …result = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SI… in format()
415 … int newLength = GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, NULL, 0); in format()
419 … GetCurrencyFormatEx(localeName, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format()
431 … result = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, STACK_BUFFER_SIZE); in format()
435 … int newLength = GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, NULL, 0); in format()
439 GetNumberFormatEx(localeName, 0, nBuffer, &formatInfo.number, buffer, newLength); in format()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch47213 - int nBuffer; /* Allocated size of aBuffer[] in bytes */
47214 + i64 nBuffer; /* Allocated size of aBuffer[] in bytes */
47412 if( nList>pMsr->nBuffer ){
47414 pMsr->nBuffer = nList*2;
47415 - pNew = (char *)sqlite3_realloc(pMsr->aBuffer, pMsr->nBuffer);
47416 + pNew = (char *)sqlite3_realloc64(pMsr->aBuffer, pMsr->nBuffer);
47435 if( nReq>pCsr->nBuffer ){
47437 pCsr->nBuffer = nReq*2;
47438 - aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer);
47439 + aNew = sqlite3_realloc64(pCsr->aBuffer, pCsr->nBuffer);
[all …]
/third_party/sqlite/src/
Dsqlite3.c96464 int nBuffer; /* Size of read buffer in bytes */
96522 int nBuffer; /* Size of write buffer in bytes */
96610 iBuf = p->iReadOff % p->nBuffer;
96616 if( (p->iEof - p->iReadOff) > (i64)p->nBuffer ){
96617 nRead = p->nBuffer;
96628 nAvail = p->nBuffer - iBuf;
96667 if( nRem>p->nBuffer ) nCopy = p->nBuffer;
96691 iBuf = p->iReadOff % p->nBuffer;
96692 if( iBuf && (p->nBuffer-iBuf)>=9 ){
96761 pReadr->nBuffer = pgsz;
[all …]