Home
last modified time | relevance | path

Searched refs:STRINGLIB_CHAR (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h23 unknown_presentation_type(STRINGLIB_CHAR presentation_type, in unknown_presentation_type()
48 invalid_comma_type(STRINGLIB_CHAR presentation_type) in invalid_comma_type()
73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end, in get_integer()
110 is_alignment_token(STRINGLIB_CHAR c) in is_alignment_token()
122 is_sign_element(STRINGLIB_CHAR c) in is_sign_element()
134 STRINGLIB_CHAR fill_char;
135 STRINGLIB_CHAR align;
137 STRINGLIB_CHAR sign;
141 STRINGLIB_CHAR type;
171 parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec, in parse_internal_render_format_spec()
[all …]
Dlocaleutil.h66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, in fill()
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR)); in fill()
128 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGrouping()
130 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGrouping()
142 STRINGLIB_CHAR *buffer_end = NULL; in _Py_InsertThousandsGrouping()
143 STRINGLIB_CHAR *digits_end = NULL; in _Py_InsertThousandsGrouping()
214 _Py_InsertThousandsGroupingLocale(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGroupingLocale()
216 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGroupingLocale()
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find()
12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find()
31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind()
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind()
66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice()
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find_slice()
75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice()
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind_slice()
Dstring_format.h29 STRINGLIB_CHAR *ptr;
30 STRINGLIB_CHAR *end;
67 SubString_init(SubString *str, STRINGLIB_CHAR *p, Py_ssize_t len) in SubString_init()
128 STRINGLIB_CHAR *ptr;
129 STRINGLIB_CHAR *end;
158 STRINGLIB_CHAR *startptr = STRINGLIB_STR(output->obj); in output_extend()
182 output_data(OutputString *output, const STRINGLIB_CHAR *s, Py_ssize_t count) in output_data()
186 memcpy(output->ptr, s, count * sizeof(STRINGLIB_CHAR)); in output_data()
201 STRINGLIB_CHAR *p; in get_integer()
286 STRINGLIB_CHAR *ptr;
[all …]
Dsplit.h58 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_whitespace()
106 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_char()
107 const STRINGLIB_CHAR ch, in stringlib_split_char()
149 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split()
150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_split()
197 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_whitespace()
247 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_char()
248 const STRINGLIB_CHAR ch, in stringlib_rsplit_char()
291 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit()
292 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_rsplit()
[all …]
Dpartition.h12 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_partition()
14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_partition()
62 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rpartition()
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_rpartition()
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count()
12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_count()
DREADME.txt10 STRINGLIB_CHAR
24 PyObject* STRINGLIB_NEW(STRINGLIB_CHAR*, Py_ssize_t)
28 STRINGLIB_CHAR* STRINGLIB_STR(PyObject*)
Dfastsearch.h37 fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n, in fastsearch()
38 const STRINGLIB_CHAR* p, Py_ssize_t m, in fastsearch()
Dunicodedefs.h10 #define STRINGLIB_CHAR Py_UNICODE macro
Dstringdefs.h10 #define STRINGLIB_CHAR char macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h23 unknown_presentation_type(STRINGLIB_CHAR presentation_type, in unknown_presentation_type()
48 invalid_comma_type(STRINGLIB_CHAR presentation_type) in invalid_comma_type()
73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end, in get_integer()
108 is_alignment_token(STRINGLIB_CHAR c) in is_alignment_token()
120 is_sign_element(STRINGLIB_CHAR c) in is_sign_element()
132 STRINGLIB_CHAR fill_char;
133 STRINGLIB_CHAR align;
135 STRINGLIB_CHAR sign;
139 STRINGLIB_CHAR type;
169 parse_internal_render_format_spec(STRINGLIB_CHAR *format_spec, in parse_internal_render_format_spec()
[all …]
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find()
12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find()
31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind()
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind()
66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice()
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_find_slice()
75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice()
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_rfind_slice()
Dstring_format.h29 STRINGLIB_CHAR *ptr;
30 STRINGLIB_CHAR *end;
67 SubString_init(SubString *str, STRINGLIB_CHAR *p, Py_ssize_t len) in SubString_init()
128 STRINGLIB_CHAR *ptr;
129 STRINGLIB_CHAR *end;
158 STRINGLIB_CHAR *startptr = STRINGLIB_STR(output->obj); in output_extend()
182 output_data(OutputString *output, const STRINGLIB_CHAR *s, Py_ssize_t count) in output_data()
186 memcpy(output->ptr, s, count * sizeof(STRINGLIB_CHAR)); in output_data()
200 STRINGLIB_CHAR *p; in get_integer()
283 STRINGLIB_CHAR *ptr;
[all …]
Dsplit.h58 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_whitespace()
106 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_char()
107 const STRINGLIB_CHAR ch, in stringlib_split_char()
149 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split()
150 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_split()
197 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_whitespace()
247 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_char()
248 const STRINGLIB_CHAR ch, in stringlib_rsplit_char()
291 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit()
292 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len, in stringlib_rsplit()
[all …]
Dpartition.h12 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_partition()
14 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_partition()
62 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rpartition()
64 const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) in stringlib_rpartition()
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count()
12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, in stringlib_count()
DREADME.txt10 STRINGLIB_CHAR
24 PyObject* STRINGLIB_NEW(STRINGLIB_CHAR*, Py_ssize_t)
28 STRINGLIB_CHAR* STRINGLIB_STR(PyObject*)
Dfastsearch.h37 fastsearch(const STRINGLIB_CHAR* s, Py_ssize_t n, in fastsearch()
38 const STRINGLIB_CHAR* p, Py_ssize_t m, in fastsearch()
Dunicodedefs.h10 #define STRINGLIB_CHAR Py_UNICODE macro
Dstringdefs.h10 #define STRINGLIB_CHAR char macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
Dlocaleutil.h66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, in fill()
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR)); in fill()
128 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGrouping()
130 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGrouping()
142 STRINGLIB_CHAR *buffer_end = NULL; in _Py_InsertThousandsGrouping()
143 STRINGLIB_CHAR *digits_end = NULL; in _Py_InsertThousandsGrouping()
214 _Py_InsertThousandsGroupingLocale(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGroupingLocale()
216 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGroupingLocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
Dlocaleutil.h66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, in fill()
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR)); in fill()
128 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGrouping()
130 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGrouping()
142 STRINGLIB_CHAR *buffer_end = NULL; in _Py_InsertThousandsGrouping()
143 STRINGLIB_CHAR *digits_end = NULL; in _Py_InsertThousandsGrouping()
214 _Py_InsertThousandsGroupingLocale(STRINGLIB_CHAR *buffer, in _Py_InsertThousandsGroupingLocale()
216 STRINGLIB_CHAR *digits, in _Py_InsertThousandsGroupingLocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1112 #define STRINGLIB_CHAR char macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1108 #define STRINGLIB_CHAR char macro