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

  /external/chromium/third_party/icu/public/i18n/unicode/
tmutfmt.h 89 enum EStyle {
112 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status);
229 EStyle fStyle;
233 void create(const Locale& locale, EStyle style, UErrorCode& status);
243 void readFromCurrentLocale(EStyle style, const char* key, UErrorCode& status);
247 void checkConsistency(EStyle style, const char* key, UErrorCode& status);
250 void searchInLocaleChain(EStyle style, const char* key,
datefmt.h 148 enum EStyle
443 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
456 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
472 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
473 EStyle timeStyle = kDefault,
622 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale&);
  /external/icu4c/i18n/unicode/
tmutfmt.h 79 enum EStyle {
102 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status);
222 EStyle fStyle;
224 void create(const Locale& locale, EStyle style, UErrorCode& status);
234 void readFromCurrentLocale(EStyle style, const char* key, UErrorCode& status);
238 void checkConsistency(EStyle style, const char* key, UErrorCode& status);
241 void searchInLocaleChain(EStyle style, const char* key,
datefmt.h 148 enum EStyle
504 static DateFormat* U_EXPORT2 createTimeInstance(EStyle style = kDefault,
517 static DateFormat* U_EXPORT2 createDateInstance(EStyle style = kDefault,
533 static DateFormat* U_EXPORT2 createDateTimeInstance(EStyle dateStyle = kDefault,
534 EStyle timeStyle = kDefault,
683 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale&);

Completed in 48 milliseconds