Home | History | Annotate | Download | only in unicode

Lines Matching defs:UDateFormatBooleanAttribute

878 typedef enum UDateFormatBooleanAttribute {
906 * One more than the highest normal UDateFormatBooleanAttribute value.
910 } UDateFormatBooleanAttribute;
923 udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status);
936 udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);