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

  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 98 enum UMessagePatternPartType {
207 typedef enum UMessagePatternPartType 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 type
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 98 enum UMessagePatternPartType {
207 typedef enum UMessagePatternPartType 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 type
    [all...]

Completed in 97 milliseconds