Home
last modified time | relevance | path

Searched defs:str_len (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
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()
149 const STRINGLIB_CHAR* str, Py_ssize_t str_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()
291 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit()
340 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_splitlines()
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find()
31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind()
66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice()
75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice()
Dpartition.h12 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_partition()
62 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rpartition()
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
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()
149 const STRINGLIB_CHAR* str, Py_ssize_t str_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()
291 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit()
340 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_splitlines()
Dfind.h11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find()
31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind()
66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice()
75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice()
Dpartition.h12 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_partition()
62 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rpartition()
Dcount.h11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count()
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c452 void dsp_om_func_proc(char *om_str, unsigned int str_len) in dsp_om_func_proc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c37 static int str_len (lua_State *L) { in str_len() function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c359 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) do { \ argument
390 #define STATE_CHECK_BUFF_INIT(msa, str_len, offset, state_num) argument
Dregcomp.c319 select_str_opcode(int mb_len, int str_len, int ignore_case) in select_str_opcode()
423 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length()
440 add_compile_string(UChar* s, int mb_len, int str_len, in add_compile_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c851 Py_ssize_t i, str_len; in string_print() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c855 Py_ssize_t i, str_len; in string_print() local