Searched refs:abbreviatedDayPeriods (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java612 String abbreviatedDayPeriods[] = null; field in class:DateFormatSymbols
1450 && Utility.arrayEquals(abbreviatedDayPeriods, that.abbreviatedDayPeriods)
1543 this.abbreviatedDayPeriods = dfs.abbreviatedDayPeriods;
1943 abbreviatedDayPeriods = loadDayPeriodStrings(maps.get("dayPeriod/format/abbreviated"));
H A DSimpleDateFormat.java1895 toAppend = formatData.abbreviatedDayPeriods[value];
1955 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short
1975 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short
3617 text, start, formatData.abbreviatedDayPeriods, 2, dayPeriod)) > 0) {
3643 text, start, formatData.abbreviatedDayPeriods,
3644 formatData.abbreviatedDayPeriods.length, dayPeriod)) > 0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java623 String abbreviatedDayPeriods[] = null; field in class:DateFormatSymbols
1490 && Utility.arrayEquals(abbreviatedDayPeriods, that.abbreviatedDayPeriods)
1584 this.abbreviatedDayPeriods = dfs.abbreviatedDayPeriods;
1984 abbreviatedDayPeriods = loadDayPeriodStrings(maps.get("dayPeriod/format/abbreviated"));
H A DSimpleDateFormat.java1905 toAppend = formatData.abbreviatedDayPeriods[value];
1965 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short
1985 toAppend = formatData.abbreviatedDayPeriods[index]; // i.e. short
3633 text, start, formatData.abbreviatedDayPeriods, 2, dayPeriod)) > 0) {
3659 text, start, formatData.abbreviatedDayPeriods,
3660 formatData.abbreviatedDayPeriods.length, dayPeriod)) > 0) {

Completed in 147 milliseconds