Searched refs:fEscaped (Results 1 – 2 of 2) sorted by relevance
841 c.fEscaped = FALSE; in nextChar()850 c.fEscaped = TRUE; // stay correct. in nextChar()863 c.fEscaped = FALSE; // The paren that we return is not escaped. in nextChar()869 c.fEscaped = TRUE; in nextChar()899 c.fEscaped = TRUE; in nextChar()968 … if (tableEl->fCharClass < 127 && fC.fEscaped == FALSE && tableEl->fCharClass == fC.fChar) { in parse()978 if (tableEl->fCharClass == 254 && fC.fEscaped) { in parse()982 if (tableEl->fCharClass == 253 && fC.fEscaped && in parse()993 … fC.fEscaped == FALSE && // char is not escaped && in parse()
56 UBool fEscaped; member