Home
last modified time | relevance | path

Searched refs:STRINGLIB_LEN (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dctype.h9 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isspace()
15 return _Py_bytes_isalpha(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isalpha()
21 return _Py_bytes_isalnum(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isalnum()
27 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
33 return _Py_bytes_islower(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_islower()
39 return _Py_bytes_isupper(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isupper()
45 return _Py_bytes_istitle(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_istitle()
55 newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self)); in stringlib_lower()
59 STRINGLIB_LEN(self)); in stringlib_lower()
67 newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self)); in stringlib_upper()
[all …]
Dtransmogrify.h27 e = STRINGLIB_STR(self) + STRINGLIB_LEN(self); in stringlib_expandtabs()
98 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in pad()
106 left + STRINGLIB_LEN(self) + right); in pad()
112 STRINGLIB_LEN(self)); in pad()
114 memset(STRINGLIB_STR(u) + left + STRINGLIB_LEN(self), in pad()
136 if (STRINGLIB_LEN(self) >= width && STRINGLIB_CHECK_EXACT(self)) { in stringlib_ljust()
140 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_ljust()
147 return pad(self, 0, width - STRINGLIB_LEN(self), fillchar); in stringlib_ljust()
166 if (STRINGLIB_LEN(self) >= width && STRINGLIB_CHECK_EXACT(self)) { in stringlib_rjust()
170 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_rjust()
[all …]
Dfind.h89 STRINGLIB_STR(str), STRINGLIB_LEN(str), in stringlib_contains_obj()
90 STRINGLIB_STR(sub), STRINGLIB_LEN(sub), 0 in stringlib_contains_obj()
Dunicodedefs.h22 #define STRINGLIB_LEN PyUnicode_GET_SIZE macro
Dstringdefs.h22 #define STRINGLIB_LEN PyString_GET_SIZE macro
Dstring_format.h143 output->end = STRINGLIB_LEN(output->obj) + output->ptr; in output_initialize()
630 STRINGLIB_STR(result), STRINGLIB_LEN(result)); in render_field()
923 STRINGLIB_STR(tmp), STRINGLIB_LEN(tmp)); in output_markup()
1043 SubString_init(&input, STRINGLIB_STR(self), STRINGLIB_LEN(self)); in do_string_format()
1203 STRINGLIB_LEN(self)); in formatter_parser()
1344 STRINGLIB_LEN(self), in formatter_field_name_split()
DREADME.txt19 Py_ssize_t STRINGLIB_LEN(PyObject*)
Dformatter.h679 Py_ssize_t len = STRINGLIB_LEN(value); in format_string_internal()
859 n_digits = STRINGLIB_LEN(tmp); in format_int_or_long_internal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dctype.h9 return _Py_bytes_isspace(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isspace()
15 return _Py_bytes_isalpha(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isalpha()
21 return _Py_bytes_isalnum(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isalnum()
27 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
33 return _Py_bytes_islower(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_islower()
39 return _Py_bytes_isupper(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isupper()
45 return _Py_bytes_istitle(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_istitle()
55 newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self)); in stringlib_lower()
59 STRINGLIB_LEN(self)); in stringlib_lower()
67 newobj = STRINGLIB_NEW(NULL, STRINGLIB_LEN(self)); in stringlib_upper()
[all …]
Dtransmogrify.h27 e = STRINGLIB_STR(self) + STRINGLIB_LEN(self); in stringlib_expandtabs()
98 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in pad()
106 left + STRINGLIB_LEN(self) + right); in pad()
112 STRINGLIB_LEN(self)); in pad()
114 memset(STRINGLIB_STR(u) + left + STRINGLIB_LEN(self), in pad()
136 if (STRINGLIB_LEN(self) >= width && STRINGLIB_CHECK_EXACT(self)) { in stringlib_ljust()
140 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_ljust()
147 return pad(self, 0, width - STRINGLIB_LEN(self), fillchar); in stringlib_ljust()
166 if (STRINGLIB_LEN(self) >= width && STRINGLIB_CHECK_EXACT(self)) { in stringlib_rjust()
170 return STRINGLIB_NEW(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_rjust()
[all …]
Dfind.h89 STRINGLIB_STR(str), STRINGLIB_LEN(str), in stringlib_contains_obj()
90 STRINGLIB_STR(sub), STRINGLIB_LEN(sub), 0 in stringlib_contains_obj()
Dunicodedefs.h22 #define STRINGLIB_LEN PyUnicode_GET_SIZE macro
Dstringdefs.h22 #define STRINGLIB_LEN PyString_GET_SIZE macro
Dstring_format.h143 output->end = STRINGLIB_LEN(output->obj) + output->ptr; in output_initialize()
627 STRINGLIB_STR(result), STRINGLIB_LEN(result)); in render_field()
920 STRINGLIB_STR(tmp), STRINGLIB_LEN(tmp)); in output_markup()
1040 SubString_init(&input, STRINGLIB_STR(self), STRINGLIB_LEN(self)); in do_string_format()
1200 STRINGLIB_LEN(self)); in formatter_parser()
1341 STRINGLIB_LEN(self), in formatter_field_name_split()
DREADME.txt19 Py_ssize_t STRINGLIB_LEN(PyObject*)
Dformatter.h679 Py_ssize_t len = STRINGLIB_LEN(value); in format_string_internal()
858 n_digits = STRINGLIB_LEN(tmp); in format_int_or_long_internal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dbytearrayobject.c1113 #define STRINGLIB_LEN PyByteArray_GET_SIZE macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dbytearrayobject.c1109 #define STRINGLIB_LEN PyByteArray_GET_SIZE macro