Searched refs:Buffer (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 307 unsigned char Buffer[256]; in _Locale_ctype_create() local 332 for (i = 0; i < 256; ++i) Buffer[i] = (unsigned char)i; in _Locale_ctype_create() 338 for (i = *ptr; i <= *(ptr + 1); ++i) Buffer[i] = 0; in _Locale_ctype_create() 347 … BufferSize = MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0); in _Locale_ctype_create() 351 MultiByteToWideChar(ltype->cp, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize); in _Locale_ctype_create() 360 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ctable); in _Locale_ctype_create() 363 BufferSize = MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, NULL, 0); in _Locale_ctype_create() 367 MultiByteToWideChar(NativeCP, MB_PRECOMPOSED, (const char*)Buffer, 256, wbuffer, BufferSize); in _Locale_ctype_create() 381 GetStringTypeA(ltype->lc.id, CT_CTYPE1, (const char*)Buffer, 256, ltype->ctable); in _Locale_ctype_create() 1660 wchar_t *Buffer; in __GetLocaleInfoUsingACP() local [all …]
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 243 Buffer both input and output as minimally as practical. (This is 2250 * Buffer spaces, pattern and hold: Execution Cycle. (line 6)
|
D | sed-in.texi | 364 Buffer both input and output as minimally as practical. 419 @cindex Buffer spaces, pattern and hold
|
D | sed.texi | 365 Buffer both input and output as minimally as practical. 420 @cindex Buffer spaces, pattern and hold
|