Searched defs:UMessagePatternPartType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h98 enum UMessagePatternPartType { enum
207 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef in typeref:enum:UMessagePatternPartType
627 * Returns the UMessagePatternPartType of the i-th pattern "part".
630 * @return The UMessagePatternPartType of the i-th Part.
633 UMessagePatternPartType getPartType(int32_t i) const {
722 UMessagePatternPartType getType() const {
772 UMessagePatternPartType type=getType();
787 static UBool hasNumericValue(UMessagePatternPartType type) {
823 UMessagePatternPartType typ
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h98 enum UMessagePatternPartType { enum
207 typedef enum UMessagePatternPartType UMessagePatternPartType; typedef in typeref:enum:UMessagePatternPartType
627 * Returns the UMessagePatternPartType of the i-th pattern "part".
630 * @return The UMessagePatternPartType of the i-th Part.
633 UMessagePatternPartType getPartType(int32_t i) const {
722 UMessagePatternPartType getType() const {
772 UMessagePatternPartType type=getType();
787 static UBool hasNumericValue(UMessagePatternPartType type) {
823 UMessagePatternPartType typ
[all...]

Completed in 119 milliseconds