Home
last modified time | relevance | path

Searched refs:fInBackslashQuote (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h144 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
Dregexcmp.cpp69 fInBackslashQuote = FALSE; in RegexCompile()
4030 else if (fInBackslashQuote) { in nextChar()
4035 fInBackslashQuote = FALSE; in nextChar()
4153 fInBackslashQuote = TRUE; in nextChar()
4301 UBool savedInBackslashQuote = fInBackslashQuote; in scanPosixProp()
4352 fInBackslashQuote = savedInBackslashQuote; in scanPosixProp()