Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Duformattable.h44 typedef enum UFormattableType { enum
53 } UFormattableType; typedef
115 U_STABLE UFormattableType U_EXPORT2
/external/icu/icu4c/source/i18n/
Dfmtable.cpp922 U_INTERNAL UFormattableType U_EXPORT2
925 return (UFormattableType)UFMT_COUNT; in ufmt_getType()
928 return (UFormattableType)obj->getType(); in ufmt_getType()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp6840 UFormattableType expectUType = UFMT_COUNT; // invalid in testFormattableAsUFormattable()
6912 UFormattableType uType = ufmt_getType(u, &status); in testFormattableAsUFormattable()