Home
last modified time | relevance | path

Searched defs:strcmp_c8 (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_string_utils.c130 PRIV(strcmp_c8)(PCRE2_SPTR str1, const char *str2) in PRIV() argument
H A Dpcre2_substitute.c661 if (PRIV(strcmp_c8)(name, STRING_MARK) == 0) in pcre2_substitute() local
H A Dpcre2_compile.c2249 if (PRIV(strcmp_c8)(name, STRING_bidiclass) == 0 || in get_ucp() local
2259 else if (PRIV(strcmp_c8)(name, STRING_script) == 0 || in get_ucp() local
2263 else if (PRIV(strcmp_c8)(name, STRING_scriptextensions) == 0 || in get_ucp() local

Completed in 31 milliseconds