HomeSort by relevance Sort by last modified time
    Searched defs:UDateFormatBooleanAttribute (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
udat.h 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);
    [all...]
  /external/icu/libandroidicu/include/unicode/
udat.h 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);
    [all...]

Completed in 73 milliseconds