Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dislamcal.cpp219 case TBLA: in getType()
371 if (cType == CIVIL || cType == TBLA || in yearStart()
394 if (cType == CIVIL || cType == TBLA) { in monthStart()
513 if (cType == CIVIL || cType == TBLA || in handleGetMonthLength()
533 if (cType == CIVIL || cType == TBLA || in handleGetYearLength()
571 return monthStart(eyear, month) + ((cType == TBLA)? ASTRONOMICAL_EPOC: CIVIL_EPOC) - 1; in handleComputeMonthStart()
612 if (cType == CIVIL || cType == TBLA) { in handleComputeFields()
613 if(cType == TBLA) { in handleComputeFields()
Dislamcal.h100 TBLA enumerator
Dcalendar.cpp346 cal = new IslamicCalendar(loc, status, IslamicCalendar::TBLA); in createStandardCalendar()