Home | History | Annotate | Download | only in text

Lines Matching defs:GENERIC_LOCATION

88         GENERIC_LOCATION (0x0001),
792 * may use <code>GENERIC_LOCATION</code> or <code>LOCALIZED_GMT</code>.
834 case GENERIC_LOCATION:
877 case GENERIC_LOCATION:
1024 (style == Style.SPECIFIC_LONG || style == Style.GENERIC_LONG || style == Style.GENERIC_LOCATION);
1181 case GENERIC_LOCATION:
1185 case GENERIC_LOCATION:
1477 * parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), timeType)}.
1485 return parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), null);