Searched refs:UMessagePatternPartType (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 102 enum UMessagePatternPartType { enum 211 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef 637 UMessagePatternPartType getPartType(int32_t i) const { in getPartType() 726 UMessagePatternPartType getType() const { in getType() 776 UMessagePatternPartType msgType=getType(); in getArgType() 791 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 827 UMessagePatternPartType type; 914 void addPart(UMessagePatternPartType type, int32_t index, int32_t length, 918 UMessagePatternPartType type, int32_t index, int32_t length,
|
/external/icu/libicu/cts_headers/unicode/ |
D | messagepattern.h | 102 enum UMessagePatternPartType { enum 211 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef 637 UMessagePatternPartType getPartType(int32_t i) const { in getPartType() 726 UMessagePatternPartType getType() const { in getType() 776 UMessagePatternPartType msgType=getType(); in getArgType() 791 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() 827 UMessagePatternPartType type; 914 void addPart(UMessagePatternPartType type, int32_t index, int32_t length, 918 UMessagePatternPartType type, int32_t index, int32_t length,
|
/external/icu/icu4c/source/i18n/ |
D | selfmt.cpp | 138 const UMessagePatternPartType type=part.getType(); in findSubMessage()
|
D | msgfmt.cpp | 540 UMessagePatternPartType type = msgPattern.getPartType(++partIndex); in nextTopLevelArgStart() 1022 const UMessagePatternPartType type = part->getType(); in format() 1188 const UMessagePatternPartType type = part.getType(); in formatComplexSubMessage() 1233 const UMessagePatternPartType type=part.getType(); in getLiteralStringUntilNextArgument() 1272 UMessagePatternPartType type=part->getType(); in findOtherSubMessage() 1293 UMessagePatternPartType type=part.getType(); in findFirstPluralNumberArg() 1396 const UMessagePatternPartType type=part->getType(); in parse()
|
D | plurfmt.cpp | 305 const UMessagePatternPartType type = part.getType(); in format() 457 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()
|