Searched defs:FORMAT_CAP_MIDNIGHT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java80 public static final int FORMAT_CAP_MIDNIGHT = 0x01000; field in class:DateUtils
95 public static final int FORMAT_CAP_NOON_MIDNIGHT = (FORMAT_CAP_NOON | FORMAT_CAP_MIDNIGHT);
1008 * <li>FORMAT_CAP_MIDNIGHT</li>
1064 * If FORMAT_CAP_MIDNIGHT is set and 12-hour time is used, then "Midnight"
1233 boolean capMidnight = (flags & FORMAT_CAP_MIDNIGHT) != 0;

Completed in 60 milliseconds