HomeSort by relevance Sort by last modified time
    Searched refs:am_pm (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.h 80 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
ccaltst.c     [all...]
  /external/icu4c/test/cintltst/
ccaltst.h 84 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
ccaltst.c     [all...]
  /bionic/libc/tzcode/
strptime.c 51 const char *am_pm[2]; member in struct:__anon535
307 len = strlen(_ctloc(am_pm[0]));
308 if (strncasecmp(_ctloc(am_pm[0]), (const char*)bp, len) == 0) {
318 len = strlen(_ctloc(am_pm[1]));
319 if (strncasecmp(_ctloc(am_pm[1]), (const char*)bp, len) == 0) {
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 78 mAmPm = (TextView) parent.findViewById(R.id.am_pm);
179 mAmPm.setIsMorning(mCalendar.get(Calendar.AM_PM) == 0);
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 77 mAmPm = (TextView) parent.findViewById(R.id.am_pm);
181 mAmPm.setIsMorning(mCalendar.get(Calendar.AM_PM) == 0);
DeskClock.java 327 ((TextView)findViewById(R.id.am_pm)).setTextColor(color);
    [all...]

Completed in 281 milliseconds