Home
last modified time | relevance | path

Searched defs:cType (Results 1 – 18 of 18) 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
204 char cType = TOLOWER(me->cType); in ConvertFloat() local
513 char cType; in std_strlprintf_inner() local
/external/cronet/third_party/icu/source/i18n/
Dislamcal.h286 ECalculationType cType; variable
Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
Dsmpdtfmt.cpp700 const char* cType = fCalendar ? fCalendar->getType() : NULL; in construct() local
Ddtptngen.cpp1425 char cType[cTypeBufMax + 1]; in setDateTimeFromCalendar() local
/external/icu/libicu/cts_headers/
Dislamcal.h286 ECalculationType cType; variable
/external/icu/icu4c/source/i18n/
Dislamcal.h286 ECalculationType cType; variable
Dreldatefmt.cpp660 char cType[cTypeBufMax + 1]; in getDateTimePattern() local
Dsmpdtfmt.cpp700 const char* cType = fCalendar ? fCalendar->getType() : NULL; in construct() local
Ddtptngen.cpp1425 char cType[cTypeBufMax + 1]; in setDateTimeFromCalendar() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIslamicCalendar.java699 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in IslamicCalendar
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIslamicCalendar.java727 private CalculationType cType = CalculationType.ISLAMIC_CIVIL; field in IslamicCalendar
/external/cronet/base/third_party/double_conversion/double-conversion/
Dstring-to-double.cc55 static const std::ctype<char>& cType = in ToLower() local
/external/double-conversion/double-conversion/
Dstring-to-double.cc55 static const std::ctype<char>& cType = in ToLower() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTestsEXT.cpp2052 const auto& cType = constructionCase.constructionType; in createMeshShaderSmokeTestsEXT() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp99 CommandType cType; member
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c8687 CodecType cType; in Qt_VideoMediaSetCodecParameter() local
8719 CodecType cType; in Qt_VideoMediaGetCodecParameter() local
10387 CodecType cType; in Qt_GetMaxCompressionSize() local
10421 CodecType cType; in Qt_GetCompressionTime() local
10459 CodecType cType; in Qt_CompressImage() local
10712 CodecType cType; in Qt_FindCodec() local
10741 CodecType cType; in Qt_CompressPicture() local
10768 CodecType cType; in Qt_CompressPictureFile() local
10798 CodecType cType; in Qt_ConvertImage() local
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py187 cType = FOUR_CHAR_CODE('type') variable