Searched refs:ampm (Results 1 – 2 of 2) sorted by relevance
72 val ampm = DateFormatSymbols().amPmStrings in run() constant73 val amPm = if (isPm == null) "" else (if (isPm) ampm[1] else ampm[0]) in run()
499 val ampm = arrayOf(mAmString, mPmString) in init() constant502 HOURS_MARGIN, computeMaxStringWidth(mHoursWidth, ampm, p) + in init()