Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h55 UBool fQuoted; member
Dregexcmp.cpp198 … if (tableEl->fCharClass < 127 && fC.fQuoted == FALSE && tableEl->fCharClass == fC.fChar) { in compile()
208 if (tableEl->fCharClass == 254 && fC.fQuoted) { in compile()
218 … fC.fQuoted == FALSE && // char is not escaped && in compile()
4019 c.fQuoted = FALSE; in nextChar()
4022 c.fQuoted = TRUE; in nextChar()
4083 c.fQuoted = TRUE; in nextChar()
4140 c.fQuoted = TRUE; in nextChar()
4328 if (fC.fQuoted || fC.fChar == -1) { in scanPosixProp()