Searched refs:fInBackslashQuote (Results 1 – 2 of 2) sorted by relevance
144 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
70 fInBackslashQuote = FALSE; in RegexCompile()4029 else if (fInBackslashQuote) { in nextChar()4034 fInBackslashQuote = FALSE; in nextChar()4152 fInBackslashQuote = TRUE; in nextChar()4300 UBool savedInBackslashQuote = fInBackslashQuote; in scanPosixProp()4351 fInBackslashQuote = savedInBackslashQuote; in scanPosixProp()