Searched refs:nBuffer (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwinnmtst.cpp135 wchar_t *nBuffer = nStackBuffer; local
139 nBuffer[0] = 0x0000;
144 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
157 nBuffer = NEW_ARRAY(UChar, newLength + 1);
160 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args);
172 // Note: (nBuffer[0] == L'-') will evaluate to 1 if there is a leading '-' in the
174 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
187 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
193 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NUL
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp135 wchar_t *nBuffer = nStackBuffer; local
139 nBuffer[0] = 0x0000;
144 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
157 nBuffer = NEW_ARRAY(UChar, newLength + 1);
160 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args);
172 // Note: (nBuffer[0] == L'-') will evaluate to 1 if there is a leading '-' in the
174 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
187 result = GetCurrencyFormatW(lcid, 0, nBuffer, NULL, buffer, STACK_BUFFER_SIZE);
193 int newLength = GetCurrencyFormatW(lcid, 0, nBuffer, NUL
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_demovfs.c154 int nBuffer; /* Valid bytes of data in zBuffer */ member in struct:DemoFile
191 if( p->nBuffer ){
192 rc = demoDirectWrite(p, p->aBuffer, p->nBuffer, p->iBufferOfst);
193 p->nBuffer = 0;
273 if( p->nBuffer==SQLITE_DEMOVFS_BUFFERSZ || p->iBufferOfst+p->nBuffer!=i ){
279 assert( p->nBuffer==0 || p->iBufferOfst+p->nBuffer==i );
280 p->iBufferOfst = i - p->nBuffer;
283 nCopy = SQLITE_DEMOVFS_BUFFERSZ - p->nBuffer;
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dwinnmfmt.cpp248 wchar_t *nBuffer = nStackBuffer; local
252 nBuffer[0] = 0x0000;
257 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
270 nBuffer = NEW_ARRAY(UChar, newLength + 1);
273 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args);
284 // Note: (nBuffer[0] == L'-') will evaluate to 1 if there is a leading '-' in the
286 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
309 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
315 int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer,
[all...]
/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp248 wchar_t *nBuffer = nStackBuffer; local
252 nBuffer[0] = 0x0000;
257 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
270 nBuffer = NEW_ARRAY(UChar, newLength + 1);
273 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args);
284 // Note: (nBuffer[0] == L'-') will evaluate to 1 if there is a leading '-' in the
286 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
309 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
315 int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer,
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c45 int nBuffer; member in struct:IcuCursor
219 pCsr->nBuffer = nByte;
223 pCsr->zBuffer, pCsr->nBuffer, &nByte, /* Output vars */
227 } while( nByte>pCsr->nBuffer );
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c45 int nBuffer; member in struct:IcuCursor
219 pCsr->nBuffer = nByte;
223 pCsr->zBuffer, pCsr->nBuffer, &nByte, /* Output vars */
227 } while( nByte>pCsr->nBuffer );
H A Dfts3Int.h337 int nBuffer; /* Allocated size of aBuffer[] in bytes */ member in struct:Fts3SegReaderCursor
H A Dfts3.c1223 int nBuffer; /* Total term size */ local
1238 if( nPrefix<0 || nSuffix<0 /* || nPrefix>nBuffer */
1254 nBuffer = nPrefix + nSuffix;
1266 cmp = memcmp(zTerm, zBuffer, (nBuffer>nTerm ? nTerm : nBuffer));
1267 if( piFirst && (cmp<0 || (cmp==0 && nBuffer>nTerm)) ){
H A Dfts3_write.c2162 if( nDoclist+nByte>pCsr->nBuffer ){
2164 pCsr->nBuffer = (nDoclist+nByte)*2;
2165 aNew = sqlite3_realloc(pCsr->aBuffer, pCsr->nBuffer);
/external/sqlite/dist/orig/
H A Dsqlite3.c75122 int nBuffer; /* Size of read buffer in bytes */ member in struct:VdbeSorterIter
75134 int nBuffer; /* Size of write buffer in bytes */ member in struct:FileWriter
127037 int nBuffer; /* Allocated size of aBuffer[] in bytes */ member in struct:Fts3MultiSegReader
128598 int nBuffer; /* Total term size */ local
148662 int nBuffer; member in struct:IcuCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c75142 int nBuffer; /* Size of read buffer in bytes */ member in struct:VdbeSorterIter
75154 int nBuffer; /* Size of write buffer in bytes */ member in struct:FileWriter
127057 int nBuffer; /* Allocated size of aBuffer[] in bytes */ member in struct:Fts3MultiSegReader
128618 int nBuffer; /* Total term size */ local
148694 int nBuffer; member in struct:IcuCursor
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113317 int nBuffer; /* Allocated size of aBuffer[] in bytes */ member in struct:Fts3SegReaderCursor
114284 int nBuffer; /* Total term size */ local
128050 int nBuffer; member in struct:IcuCursor
[all...]

Completed in 1224 milliseconds