Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c2290 unsigned int otherd; in internal_dfa_exec() local
2295 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2300 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2301 if (c != d && c != otherd) in internal_dfa_exec()
2327 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local
2334 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
2339 otherd = TABLE_GET(d, fcc, d); in internal_dfa_exec()
2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2374 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec() local
2381 otherd = UCD_OTHERCASE(d); in internal_dfa_exec()
[all …]