Home
last modified time | relevance | path

Searched refs:cType (Results 1 – 13 of 13) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java306 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIslamicCalendar.java327 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 …]
/external/icu/icu4c/source/i18n/
Dislamcal.cpp210 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 …]
Dislamcal.h284 ECalculationType cType; variable
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISPrereqs.h169 Component() : cType(OIS_Unknown) {}; in Component()
170 Component(ComponentType type) : cType(type) {}; in Component()
172 ComponentType cType; variable
DOISJoyStick.h170 int getNumberOfComponents(ComponentType cType) const;
/external/skia/src/gpu/
DGrPathUtils.cpp730 SkCubicType cType = SkClassifyCubic(src, d); in chopCubicAtLoopIntersection() local
733 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() local
816 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 …]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
DOISJoyStick.cpp38 int JoyStick::getNumberOfComponents(ComponentType cType) const in getNumberOfComponents()
40 switch( cType ) in getNumberOfComponents()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h79 uint8_t cType,
DJBig2_Context.cpp247 uint8_t cType, in findReferredSegmentByTypeAndIndex() argument
253 if (pSeg && pSeg->m_cFlags.s.type == cType) { in findReferredSegmentByTypeAndIndex()
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
DNativeCodeGenerator.java340 String cType = cMethod.getArgumentTypes()[i]; in findCMethod() local
342 if (!cType.equals(javaType)) { in findCMethod()
/external/sqlite/dist/
Dsqlite3.c144192 static const char cType[] = {
144216 j = cType[x-'a'];
144225 j = cType[x-'a'];
/external/sqlite/dist/orig/
Dsqlite3.c144162 static const char cType[] = {
144186 j = cType[x-'a'];
144195 j = cType[x-'a'];