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

  /libcore/ojluni/src/main/java/java/time/format/
Parsed.java 468 long moh = fieldValues.remove(MINUTE_OF_HOUR); local
471 resolveTime(hod, moh, som, nos);
503 Long moh = fieldValues.get(MINUTE_OF_HOUR); local
508 if ((moh == null && (som != null || nos != null)) ||
509 (moh != null && som == null && nos != null)) {
514 long mohVal = (moh != null ? moh : 0);
536 private void resolveTime(long hod, long moh, long som, long nos) {
539 totalNanos = Math.addExact(totalNanos, Math.multiplyExact(moh, 60_000_000_000L));
546 int mohVal = MINUTE_OF_HOUR.checkValidIntValue(moh);
    [all...]
  /external/icu/icu4c/source/common/
locmap.c 479 ILCID_POSIX_ELEMENT_ARRAY(0x047c, moh,moh_CA)
843 ILCID_POSIX_MAP(moh), /* moh Mohawk 0x7c */
    [all...]

Completed in 223 milliseconds