Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp754 static const UChar chPound = 0x23; // '#', introduces a comment. variable
771 if (ch == chPound) { in stripRules()
876 if (c.fChar == chPound) { in nextChar()
/external/icu4c/i18n/
Dregexcmp.cpp3592 static const UChar chPound = 0x23; // '#', introduces a comment. variable
3709 if (c.fChar == chPound && fEOLComments == TRUE) { in nextChar()