Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h51 UBool fQuoted; member
Dregexcmp.cpp190 … if (tableEl->fCharClass < 127 && fC.fQuoted == FALSE && tableEl->fCharClass == fC.fChar) { in compile()
200 if (tableEl->fCharClass == 254 && fC.fQuoted) { in compile()
210 … fC.fQuoted == FALSE && // char is not escaped && in compile()
3678 c.fQuoted = FALSE; in nextChar()
3681 c.fQuoted = TRUE; in nextChar()
3742 c.fQuoted = TRUE; in nextChar()
3799 c.fQuoted = TRUE; in nextChar()
3986 if (fC.fQuoted || fC.fChar == -1) { in scanPosixProp()