Searched refs:cType (Results 1 – 13 of 13) sorted by relevance
306 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { in setCivil()310 cType = CalculationType.ISLAMIC_CIVIL; in setCivil()313 } else if(!beCivil && cType != CalculationType.ISLAMIC) { in setCivil()317 cType = CalculationType.ISLAMIC; in setCivil()331 if(cType == CalculationType.ISLAMIC_CIVIL) { in isCivil()558 if (cType == CalculationType.ISLAMIC_CIVIL in yearStart()559 || cType == CalculationType.ISLAMIC_TBLA in yearStart()560 …|| (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YE… in yearStart()562 } else if(cType == CalculationType.ISLAMIC) { in yearStart()564 } else if(cType == CalculationType.ISLAMIC_UMALQURA){ in yearStart()[all …]
327 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { in setCivil()331 cType = CalculationType.ISLAMIC_CIVIL; in setCivil()334 } else if(!beCivil && cType != CalculationType.ISLAMIC) { in setCivil()338 cType = CalculationType.ISLAMIC; in setCivil()352 if(cType == CalculationType.ISLAMIC_CIVIL) { in isCivil()580 if (cType == CalculationType.ISLAMIC_CIVIL in yearStart()581 || cType == CalculationType.ISLAMIC_TBLA in yearStart()582 …|| (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YE… in yearStart()584 } else if(cType == CalculationType.ISLAMIC) { in yearStart()586 } else if(cType == CalculationType.ISLAMIC_UMALQURA){ in yearStart()[all …]
210 switch (cType) { in getType()237 cType(type) in IslamicCalendar()242 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType… in IslamicCalendar()251 if (cType != type) { in setCalculationType()255 cType = type; in setCalculationType()268 return (cType == CIVIL); in isCivil()369 if (cType == CIVIL || cType == TBLA || in yearStart()370 (cType == UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) in yearStart()373 } else if(cType==ASTRONOMICAL){ in yearStart()392 if (cType == CIVIL || cType == TBLA) { in monthStart()[all …]
284 ECalculationType cType; variable
169 Component() : cType(OIS_Unknown) {}; in Component()170 Component(ComponentType type) : cType(type) {}; in Component()172 ComponentType cType; variable
170 int getNumberOfComponents(ComponentType cType) const;
730 SkCubicType cType = SkClassifyCubic(src, d); in chopCubicAtLoopIntersection() local733 if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()792 if (kSerpentine_SkCubicType == cType || (kCusp_SkCubicType == cType && 0.f != d[0])) { in chopCubicAtLoopIntersection()794 } else if (kLoop_SkCubicType == cType) { in chopCubicAtLoopIntersection()796 } else if (kCusp_SkCubicType == cType) { in chopCubicAtLoopIntersection()799 } else if (kQuadratic_SkCubicType == cType) { in chopCubicAtLoopIntersection()810 SkCubicType cType = SkClassifyCubic(p, d); in getCubicKLM() local816 if (kSerpentine_SkCubicType == cType || (kCusp_SkCubicType == cType && 0.f != d[0])) { in getCubicKLM()818 } else if (kLoop_SkCubicType == cType) { in getCubicKLM()820 } else if (kCusp_SkCubicType == cType) { in getCubicKLM()[all …]
38 int JoyStick::getNumberOfComponents(ComponentType cType) const in getNumberOfComponents()40 switch( cType ) in getNumberOfComponents()
79 uint8_t cType,
247 uint8_t cType, in findReferredSegmentByTypeAndIndex() argument253 if (pSeg && pSeg->m_cFlags.s.type == cType) { in findReferredSegmentByTypeAndIndex()
340 String cType = cMethod.getArgumentTypes()[i]; in findCMethod() local342 if (!cType.equals(javaType)) { in findCMethod()
144192 static const char cType[] = {144216 j = cType[x-'a'];144225 j = cType[x-'a'];
144162 static const char cType[] = {144186 j = cType[x-'a'];144195 j = cType[x-'a'];