Searched refs:STRLEN_UC (Results 1 – 5 of 5) sorted by relevance
99 length = STRLEN_UC(iptr) + 1; in pcre16_utf16_to_host_byte_order()
111 end = iptr + STRLEN_UC(iptr) + 1; in pcre32_utf32_to_host_byte_order()
2678 #define STRLEN_UC(str) strlen((const char *)str) macro2700 #define STRLEN_UC(str) PRIV(strlen_uc)(str) macro
600 pchars(ptr, STRLEN_UC(ptr), stdout); in internal_dfa_exec()
9089 cd->end_pattern = (const pcre_uchar *)(pattern + STRLEN_UC((const pcre_uchar *)pattern)); in pcre_compile2()