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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java93 GENERIC_LONG (0x0002), enum constant in enum:TimeZoneFormat.Style
790 * when <code>GENERIC_LONG</code> is requested, but there is no display name
791 * data available for <code>GENERIC_LONG</code> style, the implementation
797 * @param style the style enum (e.g. <code>GENERIC_LONG</code>, <code>LOCALIZED_GMT</code>...)
815 * @param style the style enum (e.g. <code>GENERIC_LONG</code>, <code>LOCALIZED_GMT</code>...)
837 case GENERIC_LONG:
878 case GENERIC_LONG:
1024 (style == Style.SPECIFIC_LONG || style == Style.GENERIC_LONG || style == Style.GENERIC_LOCATION);
1179 case GENERIC_LONG:
1188 case GENERIC_LONG
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java96 GENERIC_LONG (0x0002), enum constant in enum:TimeZoneFormat.Style
845 * when <code>GENERIC_LONG</code> is requested, but there is no display name
846 * data available for <code>GENERIC_LONG</code> style, the implementation
852 * @param style the style enum (e.g. <code>GENERIC_LONG</code>, <code>LOCALIZED_GMT</code>...)
871 * @param style the style enum (e.g. <code>GENERIC_LONG</code>, <code>LOCALIZED_GMT</code>...)
894 case GENERIC_LONG:
935 case GENERIC_LONG:
1085 (style == Style.SPECIFIC_LONG || style == Style.GENERIC_LONG || style == Style.GENERIC_LOCATION);
1240 case GENERIC_LONG:
1249 case GENERIC_LONG
[all...]

Completed in 244 milliseconds