Home | History | Annotate | Download | only in util

Lines Matching defs:GENERIC_LOCATION

226     public static final int GENERIC_LOCATION = 7;
473 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>.
492 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>.
513 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>.
521 if (style < SHORT || style > GENERIC_LOCATION) {
531 * SHORT_COMMONLY_USED and GENERIC_LOCATION.
540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) {
547 case GENERIC_LOCATION:
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);