Searched refs:UMessagePatternPartType (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 100 enum UMessagePatternPartType { enum 209 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef 635 UMessagePatternPartType getPartType(int32_t i) const { in getPartType() 724 UMessagePatternPartType getType() const { in getType() 774 UMessagePatternPartType type=getType(); in getArgType() 789 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 825 UMessagePatternPartType type; 912 void addPart(UMessagePatternPartType type, int32_t index, int32_t length, 916 UMessagePatternPartType type, int32_t index, int32_t length,
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 539 UMessagePatternPartType type = msgPattern.getPartType(++partIndex); in nextTopLevelArgStart() 1016 const UMessagePatternPartType type = part->getType(); in format() 1182 const UMessagePatternPartType type = part.getType(); in formatComplexSubMessage() 1227 const UMessagePatternPartType type=part.getType(); in getLiteralStringUntilNextArgument() 1266 UMessagePatternPartType type=part->getType(); in findOtherSubMessage() 1287 UMessagePatternPartType type=part.getType(); in findFirstPluralNumberArg() 1390 const UMessagePatternPartType type=part->getType(); in parse()
|
D | selfmt.cpp | 138 const UMessagePatternPartType type=part.getType(); in findSubMessage()
|
D | plurfmt.cpp | 307 const UMessagePatternPartType type = part.getType(); in format() 459 const UMessagePatternPartType type = part->getType(); in findSubMessage()
|
D | choicfmt.cpp | 442 UMessagePatternPartType type = part.getType(); in findSubMessage()
|
/external/icu/icu4c/source/common/ |
D | messagepattern.cpp | 362 UMessagePatternPartType type=part.type; in getNumericValue() 1103 MessagePattern::addPart(UMessagePatternPartType type, int32_t index, int32_t length, in addPart() 1117 UMessagePatternPartType type, int32_t index, int32_t length, in addLimitPart() 1213 UMessagePatternPartType type=part.getType(); in appendSubMessageWithoutSkipSyntax()
|