Searched refs:DF_LIMIT (Results 1 – 2 of 2) sorted by relevance
120 private static final int DF_LIMIT = DF_NONE + 1; field in GlobalizationPreferences644 dateFormats = new DateFormat[DF_LIMIT][DF_LIMIT]; in setDateFormat()664 || dateStyle < 0 || dateStyle >= DF_LIMIT in getDateFormat()665 || timeStyle < 0 || timeStyle >= DF_LIMIT) { in getDateFormat()
122 private static final int DF_LIMIT = DF_NONE + 1; field in GlobalizationPreferences670 dateFormats = new DateFormat[DF_LIMIT][DF_LIMIT]; in setDateFormat()691 || dateStyle < 0 || dateStyle >= DF_LIMIT in getDateFormat()692 || timeStyle < 0 || timeStyle >= DF_LIMIT) { in getDateFormat()