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 msgType=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 | 540 UMessagePatternPartType type = msgPattern.getPartType(++partIndex); in nextTopLevelArgStart() 1017 const UMessagePatternPartType type = part->getType(); in format() 1183 const UMessagePatternPartType type = part.getType(); in formatComplexSubMessage() 1228 const UMessagePatternPartType type=part.getType(); in getLiteralStringUntilNextArgument() 1267 UMessagePatternPartType type=part->getType(); in findOtherSubMessage() 1288 UMessagePatternPartType type=part.getType(); in findFirstPluralNumberArg() 1391 const UMessagePatternPartType type=part->getType(); in parse()
|
D | selfmt.cpp | 138 const UMessagePatternPartType type=part.getType(); in findSubMessage()
|
D | plurfmt.cpp | 298 const UMessagePatternPartType type = part.getType(); in format() 450 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()
|