Searched refs:fInBackslashQuote (Results 1 – 2 of 2) sorted by relevance
129 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
68 fInBackslashQuote = FALSE; in RegexCompile()3689 else if (fInBackslashQuote) { in nextChar()3694 fInBackslashQuote = FALSE; in nextChar()3812 fInBackslashQuote = TRUE; in nextChar()3959 UBool savedInBackslashQuote = fInBackslashQuote; in scanPosixProp()4010 fInBackslashQuote = savedInBackslashQuote; in scanPosixProp()