Home
last modified time | relevance | path

Searched refs:UFormattableType (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Duformattable.h46 typedef enum UFormattableType { enum
61 } UFormattableType; typedef
123 U_STABLE UFormattableType U_EXPORT2
/external/icu/libandroidicu/include/unicode/
Duformattable.h46 typedef enum UFormattableType { enum
61 } UFormattableType; typedef
123 U_STABLE UFormattableType U_EXPORT2
/external/icu/icu4c/source/i18n/
Dfmtable.cpp913 U_INTERNAL UFormattableType U_EXPORT2
916 return (UFormattableType)UFMT_COUNT; in ufmt_getType()
919 return (UFormattableType)obj->getType(); in ufmt_getType()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7109 UFormattableType expectUType = UFMT_COUNT; // invalid in testFormattableAsUFormattable()
7181 UFormattableType uType = ufmt_getType(u, &status); in testFormattableAsUFormattable()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1615 UFormattableType ufmt_getType_android(const UFormattable * fmt, UErrorCode * status) { in ufmt_getType_android()