Home
last modified time | relevance | path

Searched refs:how_many (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dunicodeobject.h504 Py_ssize_t how_many
515 Py_ssize_t how_many
/third_party/python/Objects/
Dunicodeobject.c1569 Py_ssize_t how_many, int check_maxchar) in _copy_characters() argument
1575 assert(0 <= how_many); in _copy_characters()
1580 assert(from_start + how_many <= PyUnicode_GET_LENGTH(from)); in _copy_characters()
1584 assert(to_start + how_many <= PyUnicode_GET_LENGTH(to)); in _copy_characters()
1586 if (how_many == 0) in _copy_characters()
1601 for (i=0; i < how_many; i++) { in _copy_characters()
1616 (const Py_UCS1*)from_data + how_many); in _copy_characters()
1622 to_kind * how_many); in _copy_characters()
1630 PyUnicode_1BYTE_DATA(from) + from_start + how_many, in _copy_characters()
1640 PyUnicode_1BYTE_DATA(from) + from_start + how_many, in _copy_characters()
[all …]
/third_party/icu/icu4c/source/test/iotest/
Dfiletst.c606 int32_t how_many; in TestFileReadBuffering() local
617 how_many = u_file_read(buffer, 1024, myFile); in TestFileReadBuffering()
618 if (how_many != 1024 || buffer[1023] != 0xBEEF) { in TestFileReadBuffering()
/third_party/python/Modules/
D_testcapimodule.c2140 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local
2143 &from, &from_start, &how_many)) { in unicode_copycharacters()
2157 from_start, how_many)) < 0) { in unicode_copycharacters()
/third_party/python/Doc/data/
Drefcounts.dat2769 PyUnicode_CopyCharacters:Py_ssize_t:how_many::
/third_party/python/Doc/c-api/
Dunicode.rst597 Py_ssize_t how_many)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp177244 uint32_t how_many);
177246 uint32_t how_many);
177248 uint32_t how_many);