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

/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c114444 int nBuffer; /* Allocated size of aBuffer[] in bytes */ member in struct:Fts3MultiSegReader
115625 int nBuffer; /* Total term size */ local
130855 int nBuffer; member in struct:IcuCursor
[all...]

Completed in 481 milliseconds