Home
last modified time | relevance | path

Searched refs:other_case (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2770 pcre_int32 other_case; /* offset to other case, or zero if none */ member
2796 #define UCD_OTHERCASE(ch) ((pcre_uint32)((int)ch + (int)(GET_UCD(ch)->other_case)))
H A Dpcre_exec.c219 if (c != d && c != d + ur->other_case) in match_ref()
H A Dpcre_jit_compile.c4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()

Completed in 53 milliseconds