/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | IslamicCalendar.java | 335 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/ |
D | IslamicCalendar.java | 314 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/ |
D | islamcal.cpp | 211 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 …]
|
D | reldatefmt.cpp | 660 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()
|
D | islamcal.h | 286 ECalculationType cType; variable
|
D | double-conversion-string-to-double.cpp | 72 static const std::ctype<char>& cType = in ToLower() 74 return cType.tolower(ch); in ToLower()
|
D | dtptngen.cpp | 1425 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()
|
D | smpdtfmt.cpp | 700 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/ |
D | islamcal.cpp | 211 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 …]
|
D | islamcal.h | 286 ECalculationType cType; variable
|
D | double-conversion-string-to-double.cpp | 72 static const std::ctype<char>& cType = in ToLower() 74 return cType.tolower(ch); in ToLower()
|
D | smpdtfmt.cpp | 681 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/ |
D | ApiProcs.cpp | 38 {% 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/ |
D | wasm-value.h | 30 #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/ |
D | reldatefmt.cpp | 660 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()
|
D | double-conversion-string-to-double.cpp | 72 static const std::ctype<char>& cType = in ToLower() 74 return cType.tolower(ch); in ToLower()
|
D | dtptngen.cpp | 1425 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()
|
D | smpdtfmt.cpp | 672 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/ |
D | string-to-double.cc | 55 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/ |
D | vktPipelinePushConstantTests.cpp | 99 CommandType cType; member 2454 switch (m_cmdList[ndx].cType) in iterate()
|