HomeSort by relevance Sort by last modified time
    Searched refs:UMessagePatternPartType (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/common/unicode/
messagepattern.h 100 enum UMessagePatternPartType {
209 typedef enum UMessagePatternPartType UMessagePatternPartType;
629 * Returns the UMessagePatternPartType of the i-th pattern "part".
632 * @return The UMessagePatternPartType of the i-th Part.
635 UMessagePatternPartType getPartType(int32_t i) const {
724 UMessagePatternPartType getType() const {
774 UMessagePatternPartType type=getType();
789 static UBool hasNumericValue(UMessagePatternPartType type) {
825 UMessagePatternPartType type
    [all...]
  /external/icu/icu4c/source/i18n/
selfmt.cpp 138 const UMessagePatternPartType type=part.getType();
msgfmt.cpp 539 UMessagePatternPartType type = msgPattern.getPartType(++partIndex);
1016 const UMessagePatternPartType type = part->getType();
    [all...]
plurfmt.cpp 307 const UMessagePatternPartType type = part.getType();
459 const UMessagePatternPartType type = part->getType();
choicfmt.cpp 442 UMessagePatternPartType type = part.getType();
  /external/icu/icu4c/source/common/
messagepattern.cpp 362 UMessagePatternPartType type=part.type;
    [all...]

Completed in 85 milliseconds