Searched refs:n_buffer (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 114 Py_ssize_t n_buffer, in _Py_InsertThousandsGrouping() argument 140 buffer_end = buffer + n_buffer; in _Py_InsertThousandsGrouping() 200 Py_ssize_t n_buffer, in _Py_InsertThousandsGroupingLocale() argument 209 return _Py_InsertThousandsGrouping(buffer, n_buffer, digits, n_digits, in _Py_InsertThousandsGroupingLocale()
|
/external/python/cpython2/Include/ |
D | stringobject.h | 185 Py_ssize_t n_buffer, 194 Py_ssize_t n_buffer,
|
/external/libxml2/ |
D | testapi.c | 1475 int n_buffer; in test_htmlCreateMemoryParserCtxt() local 1479 for (n_buffer = 0;n_buffer < gen_nb_const_char_ptr;n_buffer++) { in test_htmlCreateMemoryParserCtxt() 1482 buffer = gen_const_char_ptr(n_buffer, 0); in test_htmlCreateMemoryParserCtxt() 1491 des_const_char_ptr(n_buffer, (const char *)buffer, 0); in test_htmlCreateMemoryParserCtxt() 1498 printf(" %d", n_buffer); in test_htmlCreateMemoryParserCtxt() 1708 int n_buffer; in test_htmlCtxtReadMemory() local 1719 for (n_buffer = 0;n_buffer < gen_nb_const_char_ptr;n_buffer++) { in test_htmlCtxtReadMemory() 1726 buffer = gen_const_char_ptr(n_buffer, 1); in test_htmlCtxtReadMemory() 1739 des_const_char_ptr(n_buffer, (const char *)buffer, 1); in test_htmlCtxtReadMemory() 1750 printf(" %d", n_buffer); in test_htmlCtxtReadMemory() [all …]
|