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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java168 public static final int FORMAT_CAP_NOON = 0x00400; field in class:DateUtils
184 public static final int FORMAT_CAP_NOON_MIDNIGHT = (FORMAT_CAP_NOON | FORMAT_CAP_MIDNIGHT);
1054 * <li>FORMAT_CAP_NOON</li>
1102 * If FORMAT_CAP_NOON is set and 12-hour time is used, then "Noon" is
1279 boolean capNoon = (flags & FORMAT_CAP_NOON) != 0;

Completed in 8 milliseconds