Searched refs:other_case (Results 1 – 3 of 3) sorted by relevance
1791 int32_t other_case; /* offset to other case, or zero if none */ member1806 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
197 if (c != d && c != (uint32_t)((int)d + ur->other_case)) in match_ref()
5285 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()