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

  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 413 * @param _month the month (1 = JAN, 12 = DEC)
416 RRule(int _month, int _date) {
418 month = _month;
424 * @param _month the month (1 = JAN, 12 = DEC)
428 RRule(int _month, int _dayOfWeek, int _week) {
430 month = _month;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 794 int32_t _month,
814 month = _month;
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 794 int32_t _month,
814 month = _month;
    [all...]

Completed in 310 milliseconds