Home
last modified time | relevance | path

Searched refs:DF_LIMIT (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DGlobalizationPreferences.java120 private static final int DF_LIMIT = DF_NONE + 1; field in GlobalizationPreferences
644 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()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java122 private static final int DF_LIMIT = DF_NONE + 1; field in GlobalizationPreferences
670 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()