Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dstd_strlprintf.c66 char cType; // d, s, c, x, X, etc. member
111 char cType = me->cType; in FormatNumber() local
117 if (cType == 'p') { in FormatNumber()
118 cType = 'X'; in FormatNumber()
133 if (( 'd' == cType || 'i' == cType)) { in FormatNumber()
145 if ('x' == TOLOWER(cType)) { in FormatNumber()
147 *pc++ = cType; in FormatNumber()
148 } else if ('o' == cType) { in FormatNumber()
159 nBase = ('o' == cType ? 8 : in FormatNumber()
160 'x' == TOLOWER(cType) ? 16 : in FormatNumber()
[all …]
/external/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 …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java309 if (beCivil && cType != CalculationType.ISLAMIC_CIVIL) { in setCivil()
313 cType = CalculationType.ISLAMIC_CIVIL; in setCivil()
316 } else if(!beCivil && cType != CalculationType.ISLAMIC) { in setCivil()
320 cType = CalculationType.ISLAMIC; in setCivil()
334 if(cType == CalculationType.ISLAMIC_CIVIL) { in isCivil()
562 if (cType == CalculationType.ISLAMIC_CIVIL in yearStart()
563 || cType == CalculationType.ISLAMIC_TBLA in yearStart()
564 …|| (cType == CalculationType.ISLAMIC_UMALQURA && (year < UMALQURA_YEAR_START || year > UMALQURA_YE… in yearStart()
566 } else if(cType == CalculationType.ISLAMIC) { in yearStart()
568 } else if(cType == CalculationType.ISLAMIC_UMALQURA){ in yearStart()
[all …]
/external/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 …]
Dislamcal.h286 ECalculationType cType; variable
Ddouble-conversion-string-to-double.cpp60 static const std::ctype<char>& cType = in ToLower()
62 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()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp586 if (auto cType = type.dyn_cast<spirv::CompositeType>()) { in getElementType() local
587 if (cType.hasCompileTimeKnownNumElements() && in getElementType()
589 static_cast<uint64_t>(index) >= cType.getNumElements())) { in getElementType()
593 type = cType.getElementType(index); in getElementType()
917 auto cType = resultType.dyn_cast<spirv::CompositeType>(); in getElementPtrType() local
918 if (!cType) { in getElementPtrType()
943 if (index < 0 || static_cast<uint64_t>(index) >= cType.getNumElements()) { in getElementPtrType()
949 resultType = cType.getElementType(index); in getElementPtrType()
1287 auto cType = type.dyn_cast<spirv::CompositeType>(); in parseCompositeConstructOp() local
1288 if (!cType) { in parseCompositeConstructOp()
[all …]
/external/icu/libicu/cts_headers/
Dislamcal.h286 ECalculationType cType; variable
/external/perfetto/ui/
Dbuild.js415 const cType = mimeMap[ext] || 'octect/stream';
417 'Content-Type': cType,
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8687 CodecType cType; in Qt_VideoMediaSetCodecParameter() local
8697 PyMac_GetOSType, &cType, in Qt_VideoMediaSetCodecParameter()
8704 cType, in Qt_VideoMediaSetCodecParameter()
8719 CodecType cType; in Qt_VideoMediaGetCodecParameter() local
8727 PyMac_GetOSType, &cType, in Qt_VideoMediaGetCodecParameter()
8732 cType, in Qt_VideoMediaGetCodecParameter()
10387 CodecType cType; in Qt_GetMaxCompressionSize() local
10398 PyMac_GetOSType, &cType, in Qt_GetMaxCompressionSize()
10405 cType, in Qt_GetMaxCompressionSize()
10421 CodecType cType; in Qt_GetCompressionTime() local
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py187 cType = FOUR_CHAR_CODE('type') variable
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp99 CommandType cType; member
2423 switch (m_cmdList[ndx].cType) in iterate()
/external/guice/extensions/struts2/lib/
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...