Home
last modified time | relevance | path

Searched refs:TBLA (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dislamcal.cpp217 case TBLA: in getType()
369 if (cType == CIVIL || cType == TBLA || in yearStart()
392 if (cType == CIVIL || cType == TBLA) { in monthStart()
511 if (cType == CIVIL || cType == TBLA || in handleGetMonthLength()
531 if (cType == CIVIL || cType == TBLA || in handleGetYearLength()
569 return monthStart(eyear, month) + ((cType == TBLA)? ASTRONOMICAL_EPOC: CIVIL_EPOC) - 1; in handleComputeMonthStart()
610 if (cType == CIVIL || cType == TBLA) { in handleComputeFields()
611 if(cType == TBLA) { in handleComputeFields()
Dislamcal.h98 TBLA enumerator
Dcalendar.cpp350 cal = new IslamicCalendar(loc, status, IslamicCalendar::TBLA); in createStandardCalendar()