Searched refs:cType (Results 1 - 19 of 19) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DIslamicCalendar.java309 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) {
313 cType = CalculationType.ISLAMIC_CIVIL;
316 } else if(!beCivil && cType != CalculationType.ISLAMIC) {
320 cType = CalculationType.ISLAMIC;
334 if(cType == CalculationType.ISLAMIC_CIVIL) {
562 if (cType == CalculationType.ISLAMIC_CIVIL
563 || cType == CalculationType.ISLAMIC_TBLA
564 || (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) {
566 } else if(cType == CalculationType.ISLAMIC) {
568 } else if(cType
699 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in class:IslamicCalendar
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIslamicCalendar.java335 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) {
339 cType = CalculationType.ISLAMIC_CIVIL;
342 } else if(!beCivil && cType != CalculationType.ISLAMIC) {
346 cType = CalculationType.ISLAMIC;
360 if(cType == CalculationType.ISLAMIC_CIVIL) {
589 if (cType == CalculationType.ISLAMIC_CIVIL
590 || cType == CalculationType.ISLAMIC_TBLA
591 || (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) {
593 } else if(cType == CalculationType.ISLAMIC) {
595 } else if(cType
727 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in class:IslamicCalendar
[all...]
/external/icu/icu4c/source/i18n/
H A Dislamcal.cpp212 switch (cType) {
239 cType(type)
244 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType) {
253 if (cType != type) {
257 cType = type;
270 return (cType == CIVIL);
371 if (cType == CIVIL || cType == TBLA ||
372 (cType
[all...]
H A Dislamcal.h286 ECalculationType cType; member in class:IslamicCalendar
H A Dsmpdtfmt.cpp708 const char* cType = fCalendar ? fCalendar->getType() : NULL; local
714 if (cType != NULL && uprv_strcmp(cType, "gregorian") != 0) {
716 resourcePath.append(cType, status).append("/DateTimePatterns", status);
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.h64 uint8_t cType,
H A DJBig2_Context.cpp228 uint8_t cType,
234 if (pSeg && pSeg->m_cFlags.s.type == cType) {
226 findReferredSegmentByTypeAndIndex( CJBig2_Segment* pSegment, uint8_t cType, int32_t nIndex) argument
/external/python/cpython2/Lib/plat-mac/Carbon/
H A DAppleEvents.py187 cType = FOUR_CHAR_CODE('type') variable
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c8687 CodecType cType; local
8697 PyMac_GetOSType, &cType,
8704 cType,
8719 CodecType cType; local
8727 PyMac_GetOSType, &cType,
8732 cType,
10387 CodecType cType; local
10398 PyMac_GetOSType, &cType,
10405 cType,
10421 CodecType cType; local
10459 CodecType cType; local
10712 CodecType cType; local
10741 CodecType cType; local
10768 CodecType cType; local
10798 CodecType cType; local
[all...]
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c157141 static const char cType[] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c157153 static const char cType[] = { local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1792 milliseconds