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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 23 * calendar is a lunisolar calendar: Each month starts on a new moon, and
29 * and moon.
516 // Search forward to the target month's new moon
548 int moon = day - dom + 1; // New moon local
549 offsetMonth(moon, dom, amount);
567 int moon = day - dom + 1; // New moon (start of this month) local
587 int moon1 = moon -
590 if (isLeapMonthBetween(moon1, moon)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 22 * calendar is a lunisolar calendar: Each month starts on a new moon, and
28 * and moon.
532 // Search forward to the target month's new moon
565 int moon = day - dom + 1; // New moon local
566 offsetMonth(moon, dom, amount);
585 int moon = day - dom + 1; // New moon (start of this month) local
605 int moon1 = moon -
608 if (isLeapMonthBetween(moon1, moon)) {
    [all...]
  /external/icu/icu4c/source/i18n/
chnsecal.cpp 78 * Value to be added or subtracted from the local days of a new moon to
79 * get close to the next or prior new moon, but not cross it. Must be
380 int32_t moon = day - dom + 1; // New moon local
381 offsetMonth(moon, dom, amount);
410 int32_t moon = day - dom + 1; // New moon (start of this month) local
431 int moon1 = moon -
434 if (isLeapMonthBetween(moon1, moon)) {
450 offsetMonth(moon, dom, newM - m)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 434 final Star moon = new Star(getContext()); local
435 moon.setBackgroundResource(R.drawable.moon);
436 moon.getBackground().setAlpha(dark ? 255 : 128);
437 moon.setScaleX(frand() > 0.5 ? -1 : 1);
438 moon.setRotation(moon.getScaleX() * frand(5, 30));
440 moon.setTranslationX(frand(w, mWidth - w));
441 moon.setTranslationY(frand(w, mHeight - w));
442 addView(moon, new LayoutParams(w, w))
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 859 milliseconds