Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h221 enum UMessagePatternArgType { enum
264 typedef enum UMessagePatternArgType UMessagePatternArgType; typedef
775 UMessagePatternArgType getArgType() const { in getArgType()
778 return (UMessagePatternArgType)value; in getArgType()
840 int32_t nestingLevel, UMessagePatternArgType parentType,
851 …int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLev…
912 UBool inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType);
/external/icu/libicu/cts_headers/unicode/
Dmessagepattern.h221 enum UMessagePatternArgType { enum
264 typedef enum UMessagePatternArgType UMessagePatternArgType; typedef
775 UMessagePatternArgType getArgType() const { in getArgType()
778 return (UMessagePatternArgType)value; in getArgType()
840 int32_t nestingLevel, UMessagePatternArgType parentType,
851 …int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLev…
912 UBool inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType);
/external/icu/icu4c/source/common/
Dmessagepattern.cpp435 int32_t nestingLevel, UMessagePatternArgType parentType, in parseMessage()
542 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE; in parseArg()
770 MessagePattern::parsePluralOrSelectStyle(UMessagePatternArgType argType, in parsePluralOrSelectStyle()
1095 MessagePattern::inTopLevelChoiceMessage(int32_t nestingLevel, UMessagePatternArgType parentType) { in inTopLevelChoiceMessage()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1046 UMessagePatternArgType argType = part->getArgType(); in format()
1301 UMessagePatternArgType argType=part.getArgType(); in findFirstPluralNumberArg()
1421 UMessagePatternArgType argType=part->getArgType(); in parse()
1632 UMessagePatternArgType argType = part->getArgType(); in cacheExplicitFormats()