Home | History | Annotate | Download | only in text

Lines Matching defs:WIDE

134     public static final int WIDE = 1;
404 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
442 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
615 * Localized names for wide day periods.
633 * Localized names for standalone wide day periods.
768 * either WIDE, ABBREVIATED, or NARROW.
776 case WIDE :
790 case WIDE :
822 * either WIDE, ABBREVIATED, or NARROW.
828 case WIDE :
843 case WIDE :
876 * Returns wide weekday strings. For example: "Sunday", "Monday", etc.
890 * WIDE, ABBREVIATED, SHORT, or NARROW
897 case WIDE :
913 case WIDE :
939 * either WIDE, ABBREVIATED, SHORT, or NARROW.
945 case WIDE :
961 case WIDE :
979 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
1014 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1022 case WIDE :
1037 case WIDE :
1061 * either WIDE or ABBREVIATED. There are no NARROW quarters.
1067 case WIDE :
1082 case WIDE :
1102 * @param width The requested name width: WIDE, ABBREVIATED, SHORT, NARROW.
1118 * @param width The name width: WIDE, ABBREVIATED, NARROW (currently only ABBREVIATED is supported).
1130 * @param width The requested name width: WIDE, ABBREVIATED, SHORT, NARROW.
1146 * @param width The name width: WIDE, ABBREVIATED, NARROW (currently only ABBREVIATED is supported).
1158 * @param width The requested pattern width: WIDE, ABBREVIATED, SHORT, NARROW.
1172 case WIDE :
1186 case WIDE :
1214 * @param width The name width: WIDE, ABBREVIATED, NARROW.
1226 case WIDE :
1241 case WIDE :
1867 eraNames = arrays.get("eras/wide");
1870 months = arrays.get("monthNames/format/wide");
1874 standaloneMonths = arrays.get("monthNames/stand-alone/wide");
1878 String[] lWeekdays = arrays.get("dayNames/format/wide");
1911 swWeekdays = arrays.get("dayNames/stand-alone/wide");
1937 quarters = arrays.get("quarters/format/wide");
1940 standaloneQuarters = arrays.get("quarters/stand-alone/wide");
1944 wideDayPeriods = loadDayPeriodStrings(maps.get("dayPeriod/format/wide"));
1947 standaloneWideDayPeriods = loadDayPeriodStrings(maps.get("dayPeriod/stand-alone/wide"));
2029 LEAP_MONTH_PATTERNS_PATHS[DT_LEAP_MONTH_PATTERN_FORMAT_WIDE] = "monthPatterns/format/wide";
2032 LEAP_MONTH_PATTERNS_PATHS[DT_LEAP_MONTH_PATTERN_STANDALONE_WIDE] = "monthPatterns/stand-alone/wide";