/external/fastrpc/src/ |
D | std_strlprintf.c | 66 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/ |
D | IslamicCalendar.java | 309 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/ |
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 …]
|
/external/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 | islamcal.h | 286 ECalculationType cType; variable
|
D | double-conversion-string-to-double.cpp | 60 static const std::ctype<char>& cType = in ToLower() 62 return cType.tolower(ch); in ToLower()
|
D | smpdtfmt.cpp | 664 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/ |
D | wasm-value.h | 26 #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.c | 8687 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/ |
D | AppleEvents.py | 187 cType = FOUR_CHAR_CODE('type') variable
|
/external/sqlite/dist/ |
D | sqlite3.c | 168802 static const char cType[] = { 168826 j = cType[x-'a']; 168835 j = cType[x-'a'];
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 168774 static const char cType[] = { 168798 j = cType[x-'a']; 168807 j = cType[x-'a'];
|