Searched refs:amPm (Results 1 – 6 of 6) sorted by relevance
229 final String[] amPm = DateFormat.getIcuDateFormatSymbols(locale).getAmPmStrings(); in addAmPmChars() local230 for (int i = 0; i < amPm.length; i++) { in addAmPmChars()231 for (int j = 0; j < amPm[i].length(); j++) { in addAmPmChars()232 final char ch = amPm[i].charAt(j); in addAmPmChars()
425 String[] amPm = dfs.getAmPmStrings(); in getAmPmStrings() local429 result[0] = amPm[0].length() > 4 ? narrowAmPm[0] : amPm[0]; in getAmPmStrings()430 result[1] = amPm[1].length() > 4 ? narrowAmPm[1] : amPm[1]; in getAmPmStrings()
147 final View amPmView = mDelegator.findViewById(R.id.amPm); in TimePickerSpinnerDelegate()
230 String[] amPm = DateFormat.getIcuDateFormatSymbols(Locale.getDefault()).getAmPmStrings(); in getAMPMString() local231 return amPm[ampm - Calendar.AM]; in getAMPMString()
479 String[] amPm = dfs.getAmPmStrings(); in format() local501 replacement = amPm[inDate.get(Calendar.AM_PM) - Calendar.AM]; in format()
318 Lcom/android/internal/R$id;->amPm:I