Searched refs:UFormattableType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duformattable.h46 typedef enum UFormattableType { enum
54 UFMT_COUNT /**< Count of defined UFormattableType values */
55 } UFormattableType; typedef in typeref:enum:UFormattableType
112 * @return the value as a UFormattableType
117 U_DRAFT UFormattableType U_EXPORT2
/external/icu/icu4c/source/i18n/unicode/
H A Duformattable.h46 typedef enum UFormattableType { enum
54 UFMT_COUNT /**< Count of defined UFormattableType values */
55 } UFormattableType; typedef in typeref:enum:UFormattableType
112 * @return the value as a UFormattableType
117 U_DRAFT UFormattableType U_EXPORT2
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp922 U_INTERNAL UFormattableType U_EXPORT2
925 return (UFormattableType)UFMT_COUNT;
928 return (UFormattableType)obj->getType();
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp922 U_INTERNAL UFormattableType U_EXPORT2
925 return (UFormattableType)UFMT_COUNT;
928 return (UFormattableType)obj->getType();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp6805 UFormattableType expectUType = UFMT_COUNT; // invalid
6877 UFormattableType uType = ufmt_getType(u, &status);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6834 UFormattableType expectUType = UFMT_COUNT; // invalid
6906 UFormattableType uType = ufmt_getType(u, &status);

Completed in 188 milliseconds