/external/cldr/tools/java/org/unicode/cldr/util/ |
DayPeriodConverter.java | 236 boolean hasNoon = nm != null && nm.noon != null; 243 allData.put(ulocale, 12 * DayPeriodInfo.HOUR, DayPeriodInfo.DayPeriod.noon); 347 if (dayPeriod == DayPeriodInfo.DayPeriod.noon) { 348 return CldrUtility.ifNull(nm.noon, "missing-" + dayPeriod); 403 noon = CldrUtility.ifEqual(items.get(2), "N/A", null); 407 final String noon; field in class:DayPeriodConverter.NoonMidnight 416 return locale + ", " + noon + ", " + midnight; 421 "en|midnight|noon",
|
DayPeriodInfo.java | 22 public static final int NOON = 12 * HOUR; 101 midnight(MIDNIGHT, MIDNIGHT), am(MIDNIGHT, NOON), noon(NOON, NOON), pm(NOON, DAY_LIMIT), enum constant in enum:DayPeriodInfo.DayPeriod 138 || end - start > NOON) { // the span can't exceed 12 hours 201 int start = span.start % NOON; 202 int end = span.getAdjustedEnd() % NOON; 208 int start2 = span2.start % NOON; [all...] |
/external/icu/icu4c/source/i18n/ |
astro.cpp | 186 * julian days start at <em>noon</em>, not midnight. 315 * numbers start at <em>noon</em>. To get the jdn for 756 double noon = ClockMath::floorDivide(fTime + fGmtOffset, (double)DAY_MS)*DAY_MS - fGmtOffset + (12*HOUR_MS); local 758 U_DEBUG_ASTRO_MSG(("Noon=%.2lf, %sL, gmtoff %.2lf\n", noon, debug_astro_date(noon+fGmtOffset), fGmtOffset)); 759 setTime(noon + ((rise ? -6 : 6) * HOUR_MS)); [all...] |
/external/python/cpython3/Lib/test/ |
test_enum.py | 691 noon = 2 variable in class:TestEnum.test_getattr_getitem.Period 694 self.assertIs(Period(2), Period.noon) [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |