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 621 UMessagePatternPartType getPartType(int32_t i) const { in getPartType() 710 UMessagePatternPartType getType() const { in getType() 760 UMessagePatternPartType type=getType(); in getArgType() 775 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 811 UMessagePatternPartType type; 896 void addPart(UMessagePatternPartType type, int32_t index, int32_t length, 900 UMessagePatternPartType type, int32_t index, int32_t length,
|
/external/icu4c/i18n/ |
D | plurfmt.cpp | 238 const UMessagePatternPartType type = part.getType(); in format() 389 const UMessagePatternPartType type = part->getType(); in findSubMessage()
|
D | selfmt.cpp | 136 const UMessagePatternPartType type=part.getType(); in findSubMessage()
|
D | msgfmt.cpp | 519 UMessagePatternPartType type = msgPattern.getPartType(++partIndex); in nextTopLevelArgStart() 962 const UMessagePatternPartType type = part->getType(); in format() 1113 const UMessagePatternPartType type = part.getType(); in formatComplexSubMessage() 1151 const UMessagePatternPartType type=part.getType(); in getLiteralStringUntilNextArgument() 1261 const UMessagePatternPartType type=part->getType(); in parse()
|
D | choicfmt.cpp | 440 UMessagePatternPartType type = part.getType(); in findSubMessage()
|
/external/icu4c/common/ |
D | messagepattern.cpp | 352 UMessagePatternPartType type=part.type; in getNumericValue() 1076 MessagePattern::addPart(UMessagePatternPartType type, int32_t index, int32_t length, in addPart() 1090 UMessagePatternPartType type, int32_t index, int32_t length, in addLimitPart() 1188 UMessagePatternPartType type=part.getType(); in appendSubMessageWithoutSkipSyntax()
|