Home
last modified time | relevance | path

Searched refs:cType (Results 1 – 12 of 12) 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/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/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/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.cpp664 const char* cType = fCalendar ? fCalendar->getType() : NULL; in construct() local
670 if (cType != NULL && uprv_strcmp(cType, "gregorian") != 0) { in construct()
672 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct()
/external/v8/src/wasm/
Dwasm-value.h26 #define DEFINE_SIMD_TYPE(cType, sType, name, kSize) \ argument
28 cType val[kSize]; \
37 #define DEFINE_SIMD_TYPE_SPECIFIC_METHODS(cType, sType, name, size) \ in FOREACH_SIMD_TYPE() argument
56 #define DECLARE_CAST(cType, sType, name, size) \ argument
/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/sqlite/dist/
Dsqlite3.c168802 static const char cType[] = {
168826 j = cType[x-'a'];
168835 j = cType[x-'a'];
/external/sqlite/dist/orig/
Dsqlite3.c168774 static const char cType[] = {
168798 j = cType[x-'a'];
168807 j = cType[x-'a'];