Home
last modified time | relevance | path

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

/external/messageformat/java/com/ibm/icu/text/
DMessagePattern.java217 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0); in parsePluralStyle()
234 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0); in parseSelectStyle()
1106 index=parsePluralOrSelectStyle(argType, index, nestingLevel); in parseArg()
1201 private int parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) { in parsePluralOrSelectStyle() method in MessagePattern
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java217 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0); in parsePluralStyle()
234 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0); in parseSelectStyle()
1106 index=parsePluralOrSelectStyle(argType, index, nestingLevel); in parseArg()
1201 private int parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) { in parsePluralOrSelectStyle() method in MessagePattern
/external/icu/icu4c/source/common/
Dmessagepattern.cpp286 parsePluralOrSelectStyle(UMSGPAT_ARG_TYPE_PLURAL, 0, 0, parseError, errorCode); in parsePluralStyle()
295 parsePluralOrSelectStyle(UMSGPAT_ARG_TYPE_SELECT, 0, 0, parseError, errorCode); in parseSelectStyle()
647 index=parsePluralOrSelectStyle(argType, index, nestingLevel, parseError, errorCode); in parseArg()
768 MessagePattern::parsePluralOrSelectStyle(UMessagePatternArgType argType, in parsePluralOrSelectStyle() function in MessagePattern
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h847 …int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLev…