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.cpp70 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()