Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h131 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
Dregexcmp.cpp60 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()