Home
last modified time | relevance | path

Searched refs:n_buffer (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h114 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/
Dstringobject.h185 Py_ssize_t n_buffer,
194 Py_ssize_t n_buffer,
/external/libxml2/
Dtestapi.c1475 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 …]
/external/python/cpython3/Include/cpython/
Dunicodeobject.h1048 Py_ssize_t n_buffer,
/external/python/cpython3/Objects/
Dunicodeobject.c9556 Py_ssize_t n_buffer, in _PyUnicode_InsertThousandsGrouping() argument
9611 buffer_pos = writer->pos + n_buffer; in _PyUnicode_InsertThousandsGrouping()
9616 buffer_pos = n_buffer; in _PyUnicode_InsertThousandsGrouping()