Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h129 … UBool fInBackslashQuote; // Scan is between a '\' and the following char. variable
Dregexcmp.cpp68 fInBackslashQuote = FALSE; in RegexCompile()
3689 else if (fInBackslashQuote) { in nextChar()
3694 fInBackslashQuote = FALSE; in nextChar()
3812 fInBackslashQuote = TRUE; in nextChar()
3959 UBool savedInBackslashQuote = fInBackslashQuote; in scanPosixProp()
4010 fInBackslashQuote = savedInBackslashQuote; in scanPosixProp()