Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.h132 … UBool fEOLComments; // When scan is just after '(?', inhibit #... to variable
Dregexcmp.cpp68 fEOLComments = TRUE; in RegexCompile()
1466 fEOLComments = FALSE; in doParseActions()
3736 if (c.fChar == chPound && fEOLComments == TRUE) { in nextChar()
3847 fEOLComments = TRUE; in nextChar()
3987 UBool savedEOLComments = fEOLComments; in scanPosixProp()
4038 fEOLComments = savedEOLComments; in scanPosixProp()