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

/macosx-10.9.5/ICU-511.35/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.9.5/ICU-511.35/icuSources/i18n/
H A Dwinnmfmt.cpp241 wchar_t *nBuffer = nStackBuffer; local
245 nBuffer[0] = 0x0000;
250 result = _vsnwprintf(nBuffer, STACK_BUFFER_SIZE, fmt, args);
263 nBuffer = NEW_ARRAY(UChar, newLength + 1);
266 result = _vsnwprintf(nBuffer, newLength + 1, fmt, args);
277 // Note: (nBuffer[0] == L'-') will evaluate to 1 if there is a leading '-' in the
279 for (wchar_t *p = &nBuffer[nBuffer[0] == L'-']; *p != L'\0'; p += 1) {
302 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
308 int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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 544 milliseconds