Searched refs:fEscaped (Results 1 – 2 of 2) sorted by relevance
826 c.fEscaped = FALSE; in nextChar()835 c.fEscaped = TRUE; // stay correct. in nextChar()848 c.fEscaped = FALSE; // The paren that we return is not escaped. in nextChar()854 c.fEscaped = TRUE; in nextChar()884 c.fEscaped = TRUE; in nextChar()953 … if (tableEl->fCharClass < 127 && fC.fEscaped == FALSE && tableEl->fCharClass == fC.fChar) { in parse()963 if (tableEl->fCharClass == 254 && fC.fEscaped) { in parse()967 if (tableEl->fCharClass == 253 && fC.fEscaped && in parse()978 … fC.fEscaped == FALSE && // char is not escaped && in parse()
54 UBool fEscaped; member