Searched refs:fInBackslashQuote (Results 1 – 2 of 2) sorted by relevance
131 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
60 fInBackslashQuote = FALSE; in RegexCompile()3620 else if (fInBackslashQuote) { in nextChar()3625 fInBackslashQuote = FALSE; in nextChar()3724 fInBackslashQuote = TRUE; in nextChar()3871 UBool savedInBackslashQuote = fInBackslashQuote; in scanPosixProp()3923 fInBackslashQuote = savedInBackslashQuote; in scanPosixProp()