Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h1791 int32_t other_case; /* offset to other case, or zero if none */ member
1806 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
Dpcre2_match.c197 if (c != d && c != (uint32_t)((int)d + ur->other_case)) in match_ref()
Dpcre2_jit_compile.c5285 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()