Searched refs:othercase (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c2130 unsigned int othercase; local
2132 othercase = fcc[c];
2137 othercase = UCD_OTHERCASE(c);
2139 othercase = NOTACHAR;
2142 if (d == othercase) { ADD_NEW(state_offset + dlen + 1, 0); }
H A Dpcre_compile.c2967 /* The othercase might be the same value. */
4052 * Get othercase range *
4064 ocptr where to put start of othercase range
4065 odptr where to put end of othercase range
4077 pcre_uint32 c, othercase, next; local
4091 if ((othercase = UCD_OTHERCASE(c)) != c) break;
4100 *ocptr = othercase;
4101 next = othercase + 1;
4109 *odptr = next - 1; /* End of othercase range */
H A Dpcre_exec.c3409 pcre_uint32 othercase; local
3411 (othercase = UCD_OTHERCASE(fc)) != fc)
3412 oclength = PRIV(ord2utf)(othercase, occhars);
H A Dpcre_jit_compile.c2319 /* Detects if the character has an othercase. */
2346 /* Returns with the othercase. */
2362 /* Detects if the character and its othercase has only 1 bit difference. */
3193 pcre_uchar othercase[8]; local
3195 pcre_uchar othercase[2]; local
3197 pcre_uchar othercase[1]; local
3441 if ((int)PRIV(ord2utf)(char_othercase(common, chr), othercase) != len)
3448 othercase[0] = TABLE_GET(chr, common->fcc, chr);
3458 oc = othercase;
4577 ever are characters outside the BMP whose othercase differ
[all...]

Completed in 84 milliseconds