Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.h145 … UBool fEOLComments; // When scan is just after '(?', inhibit #... to variable
Dregexcmp.cpp72 fEOLComments = TRUE; in RegexCompile()
1527 fEOLComments = FALSE; in doParseActions()
4049 if (c.fChar == chPound && fEOLComments == TRUE) { in nextChar()
4160 fEOLComments = TRUE; in nextChar()
4301 UBool savedEOLComments = fEOLComments; in scanPosixProp()
4352 fEOLComments = savedEOLComments; in scanPosixProp()