Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dmessagepattern.cpp35 static const UChar u_pound=0x23; variable
471 (UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(parentType) && c==u_pound) in parseMessage()
506 } else if(UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(parentType) && c==u_pound) { in parseMessage()
742 if(!(c==u_pound || c==u_lessThan || c==u_lessOrEqual)) { // U+2264 is <= in parseChoiceStyle()