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

  /external/chromium/third_party/icu/source/i18n/
hebrwcal.cpp 576 int32_t momax = sizeof(MONTH_START) / (3 * sizeof(MONTH_START[0][0])); local
577 while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type] ) ) {
580 if (month >= momax || month<=0) {
  /external/icu4c/i18n/
hebrwcal.cpp 576 int32_t momax = sizeof(MONTH_START) / (3 * sizeof(MONTH_START[0][0])); local
577 while (month < momax && dayOfYear > ( isLeap ? LEAP_MONTH_START[month][type] : MONTH_START[month][type] ) ) {
580 if (month >= momax || month<=0) {

Completed in 11 milliseconds