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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudat.h842 typedef enum UDateFormatBooleanAttribute { enum
859 } UDateFormatBooleanAttribute; typedef in typeref:enum:UDateFormatBooleanAttribute
873 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status);
886 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool, UErrorCode* status);
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h837 /* Dont hide UDateFormatBooleanAttribute type with #ifndef U_HIDE_DRAFT_API, needed by virtual methods */
838 /* Also don't hide UDAT_BOOLEAN_ATTRIBUTE_COUNT, needed by template class EnumSet<UDateFormatBooleanAttribute,...> */
844 typedef enum UDateFormatBooleanAttribute { enum
874 } UDateFormatBooleanAttribute; typedef in typeref:enum:UDateFormatBooleanAttribute
888 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status);
901 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);

Completed in 3517 milliseconds