Searched refs:UMessagePatternPartType (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/unicode/ |
D | messagepattern.h | 98 enum UMessagePatternPartType { enum 207 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef 632 UMessagePatternPartType getPartType(int32_t i) const { in getPartType() 721 UMessagePatternPartType getType() const { in getType() 771 UMessagePatternPartType type=getType(); in getArgType() 786 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 822 UMessagePatternPartType type; 909 void addPart(UMessagePatternPartType type, int32_t index, int32_t length, 913 UMessagePatternPartType type, int32_t index, int32_t length,
|
/external/icu4c/i18n/ |
D | selfmt.cpp | 136 const UMessagePatternPartType type=part.getType(); in findSubMessage()
|
D | plurfmt.cpp | 260 const UMessagePatternPartType type = part.getType(); in format() 411 const UMessagePatternPartType type = part->getType(); in findSubMessage()
|
D | msgfmt.cpp | 526 UMessagePatternPartType type = msgPattern.getPartType(++partIndex); in nextTopLevelArgStart() 969 const UMessagePatternPartType type = part->getType(); in format() 1122 const UMessagePatternPartType type = part.getType(); in formatComplexSubMessage() 1160 const UMessagePatternPartType type=part.getType(); in getLiteralStringUntilNextArgument() 1270 const UMessagePatternPartType type=part->getType(); in parse()
|
D | choicfmt.cpp | 440 UMessagePatternPartType type = part.getType(); in findSubMessage()
|
/external/icu4c/common/ |
D | messagepattern.cpp | 360 UMessagePatternPartType type=part.type; in getNumericValue() 1101 MessagePattern::addPart(UMessagePatternPartType type, int32_t index, int32_t length, in addPart() 1115 UMessagePatternPartType type, int32_t index, int32_t length, in addLimitPart() 1213 UMessagePatternPartType type=part.getType(); in appendSubMessageWithoutSkipSyntax()
|