Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIslamicCalendar.java335 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { in setCivil()
339 cType = CalculationType.ISLAMIC_CIVIL; in setCivil()
342 } else if(!beCivil && cType != CalculationType.ISLAMIC) { in setCivil()
346 cType = CalculationType.ISLAMIC; in setCivil()
360 if(cType == CalculationType.ISLAMIC_CIVIL) { in isCivil()
589 if (cType == CalculationType.ISLAMIC_CIVIL in yearStart()
590 || cType == CalculationType.ISLAMIC_TBLA in yearStart()
591 …|| (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YE… in yearStart()
593 } else if(cType == CalculationType.ISLAMIC) { in yearStart()
595 } else if(cType == CalculationType.ISLAMIC_UMALQURA){ in yearStart()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DIslamicCalendar.java314 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { in setCivil()
318 cType = CalculationType.ISLAMIC_CIVIL; in setCivil()
321 } else if(!beCivil && cType != CalculationType.ISLAMIC) { in setCivil()
325 cType = CalculationType.ISLAMIC; in setCivil()
339 if(cType == CalculationType.ISLAMIC_CIVIL) { in isCivil()
567 if (cType == CalculationType.ISLAMIC_CIVIL in yearStart()
568 || cType == CalculationType.ISLAMIC_TBLA in yearStart()
569 …|| (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YE… in yearStart()
571 } else if(cType == CalculationType.ISLAMIC) { in yearStart()
573 } else if(cType == CalculationType.ISLAMIC_UMALQURA){ in yearStart()
[all …]
/third_party/icu/icu4c/source/i18n/
Dislamcal.cpp211 switch (cType) { in getType()
236 cType(type) in IslamicCalendar()
241 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType in IslamicCalendar()
250 if (cType != type) { in setCalculationType()
254 cType = type; in setCalculationType()
267 return (cType == CIVIL); in isCivil()
368 if (cType == CIVIL || cType == TBLA || in yearStart()
369 (cType == UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) in yearStart()
372 } else if(cType==ASTRONOMICAL){ in yearStart()
391 if (cType == CIVIL || cType == TBLA) { in monthStart()
[all …]
Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
661 Calendar::getCalendarTypeFromLocale(locale, cType, cTypeBufMax, status); in getDateTimePattern()
662 cType[cTypeBufMax] = 0; in getDateTimePattern()
663 if (U_FAILURE(status) || cType[0] == 0) { in getDateTimePattern()
665 uprv_strcpy(cType, "gregorian"); in getDateTimePattern()
675 .append(cType, status) in getDateTimePattern()
686 .append(cType, status) in getDateTimePattern()
Dislamcal.h286 ECalculationType cType; variable
Ddouble-conversion-string-to-double.cpp72 static const std::ctype<char>& cType = in ToLower()
74 return cType.tolower(ch); in ToLower()
Ddtptngen.cpp1425 char cType[cTypeBufMax + 1]; in setDateTimeFromCalendar() local
1426 Calendar::getCalendarTypeFromLocale(locale, cType, cTypeBufMax, status); in setDateTimeFromCalendar()
1427 cType[cTypeBufMax] = 0; in setDateTimeFromCalendar()
1428 if (U_FAILURE(status) || cType[0] == 0) { in setDateTimeFromCalendar()
1430 uprv_strcpy(cType, DT_DateTimeGregorianTag); in setDateTimeFromCalendar()
1432 UBool cTypeIsGregorian = (uprv_strcmp(cType, DT_DateTimeGregorianTag) == 0); in setDateTimeFromCalendar()
1441 specificCalBundle.adoptInstead(ures_getByKeyWithFallback(calData.getAlias(), cType, in setDateTimeFromCalendar()
1462 specificCalBundle.adoptInstead(ures_getByKeyWithFallback(calData.getAlias(), cType, in setDateTimeFromCalendar()
Dsmpdtfmt.cpp700 const char* cType = fCalendar ? fCalendar->getType() : NULL; in construct() local
706 if (cType != NULL && uprv_strcmp(cType, "gregorian") != 0) { in construct()
708 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct()
851 resourcePath.append(cType, status).append("/DateTimePatterns%atTime", status); in construct()
/third_party/skia/third_party/externals/icu/source/i18n/
Dislamcal.cpp211 switch (cType) { in getType()
236 cType(type) in IslamicCalendar()
241 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType in IslamicCalendar()
250 if (cType != type) { in setCalculationType()
254 cType = type; in setCalculationType()
267 return (cType == CIVIL); in isCivil()
368 if (cType == CIVIL || cType == TBLA || in yearStart()
369 (cType == UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YEAR_END))) in yearStart()
372 } else if(cType==ASTRONOMICAL){ in yearStart()
391 if (cType == CIVIL || cType == TBLA) { in monthStart()
[all …]
Dislamcal.h286 ECalculationType cType; variable
Ddouble-conversion-string-to-double.cpp72 static const std::ctype<char>& cType = in ToLower()
74 return cType.tolower(ch); in ToLower()
Dsmpdtfmt.cpp681 const char* cType = fCalendar ? fCalendar->getType() : NULL; in construct() local
687 if (cType != NULL && uprv_strcmp(cType, "gregorian") != 0) { in construct()
689 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
DApiProcs.cpp38 {% set cType = as_cType(type.name) %}
47 {{-cType}} cSelf
86 void Client{{as_MethodSuffix(type.name, Name("release"))}}({{cType}} cObj) {
102 void Client{{as_MethodSuffix(type.name, Name("reference"))}}({{cType}} cObj) {
/third_party/node/deps/v8/src/wasm/
Dwasm-value.h30 #define DEFINE_SIMD_TYPE(cType, sType, name, kSize) \ argument
32 cType val[kSize]; \
41 #define DEFINE_SIMD_TYPE_SPECIFIC_METHODS(cType, sType, name, size) \ in FOREACH_SIMD_TYPE() argument
65 #define DECLARE_CAST(cType, sType, name, size) \ argument
/third_party/node/deps/icu-small/source/i18n/
Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
661 Calendar::getCalendarTypeFromLocale(locale, cType, cTypeBufMax, status); in getDateTimePattern()
662 cType[cTypeBufMax] = 0; in getDateTimePattern()
663 if (U_FAILURE(status) || cType[0] == 0) { in getDateTimePattern()
665 uprv_strcpy(cType, "gregorian"); in getDateTimePattern()
675 .append(cType, status) in getDateTimePattern()
686 .append(cType, status) in getDateTimePattern()
Ddouble-conversion-string-to-double.cpp72 static const std::ctype<char>& cType = in ToLower()
74 return cType.tolower(ch); in ToLower()
Ddtptngen.cpp1425 char cType[cTypeBufMax + 1]; in setDateTimeFromCalendar() local
1426 Calendar::getCalendarTypeFromLocale(locale, cType, cTypeBufMax, status); in setDateTimeFromCalendar()
1427 cType[cTypeBufMax] = 0; in setDateTimeFromCalendar()
1428 if (U_FAILURE(status) || cType[0] == 0) { in setDateTimeFromCalendar()
1430 uprv_strcpy(cType, DT_DateTimeGregorianTag); in setDateTimeFromCalendar()
1432 UBool cTypeIsGregorian = (uprv_strcmp(cType, DT_DateTimeGregorianTag) == 0); in setDateTimeFromCalendar()
1441 specificCalBundle.adoptInstead(ures_getByKeyWithFallback(calData.getAlias(), cType, in setDateTimeFromCalendar()
1462 specificCalBundle.adoptInstead(ures_getByKeyWithFallback(calData.getAlias(), cType, in setDateTimeFromCalendar()
Dsmpdtfmt.cpp672 const char* cType = fCalendar ? fCalendar->getType() : nullptr; in construct() local
678 if (cType != nullptr && uprv_strcmp(cType, "gregorian") != 0) { in construct()
680 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct()
823 resourcePath.append(cType, status).append("/DateTimePatterns%atTime", status); in construct()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc55 static const std::ctype<char>& cType = in ToLower() local
57 return cType.tolower(ch); in ToLower()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp99 CommandType cType; member
2454 switch (m_cmdList[ndx].cType) in iterate()