Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbiscan.cpp812 static const UChar chPound = 0x23; // '#', introduces a comment. variable
829 if (ch == chPound) { in stripRules()
934 if (c.fChar == chPound) { in nextChar()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp3933 static const UChar chPound = 0x23; // '#', introduces a comment. variable
4050 if (c.fChar == chPound && fEOLComments == TRUE) { in nextChar()