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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dislamcal.cpp176 switch (cType) {
203 cType(type)
208 IslamicCalendar::IslamicCalendar(const IslamicCalendar& other) : Calendar(other), cType(other.cType) {
217 if (cType != type) {
221 cType = type;
234 return (cType == CIVIL);
470 if (cType == CIVIL || cType == TBLA ||
471 (cType
[all...]
H A Dislamcal.h284 ECalculationType cType; member in class:IslamicCalendar
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp1524 UInt8 cType; local
1535 cType = pBuf[0] & 0x0F;
1537 // Check the cType. Don't handle command if not a status type.
1538 if (cType != kAVCStatusInquiryCommand)
1592 UInt8 cType; local
1610 cType = pBuf[0] & 0x0F;
1612 // Check the cType. Don't handle command if not a status type.
1613 if (cType != kAVCStatusInquiryCommand)
1710 UInt8 cType; local
1723 cType
1793 UInt8 cType; local
1845 UInt8 cType; local
2039 UInt8 cType; local
2134 UInt8 cType; local
2269 UInt8 cType; local
2401 UInt8 cType; local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Drpcgen.vim28 syn region rpcVersZone contained matchgroup=Delimiter start="{" matchgroup=Delimiter end="}\s*=\s*\d\+\s*;"me=e-1 contains=cType,cStructure,cStorageClass,rpcDecl,rpcProcNmbr,cComment
50 HiLink rpcDecl cType
H A Dc.vim171 syn keyword cType int long short char void
172 syn keyword cType signed unsigned float double
174 syn keyword cType size_t ssize_t off_t wchar_t ptrdiff_t sig_atomic_t fpos_t
175 syn keyword cType clock_t time_t va_list jmp_buf FILE DIR div_t ldiv_t
176 syn keyword cType mbstate_t wctrans_t wint_t wctype_t
179 syn keyword cType bool complex
180 syn keyword cType int8_t int16_t int32_t int64_t
181 syn keyword cType uint8_t uint16_t uint32_t uint64_t
182 syn keyword cType int_least8_t int_least16_t int_least32_t int_least64_t
183 syn keyword cType uint_least8_
[all...]
H A Dobjc.vim60 syn match objcProtocol display "<[_a-zA-Z][_a-zA-Z0-9]*>" contains=objcType,cType,Type
67 \ contains=objcType,objcTypeModifier,cType,cStructure,cStorageClass,Type
74 syn region objcMessage display start="\[" end="\]" contains=objcMessage,objcStatement,objcType,objcTypeModifier,objcString,objcConstant,objcDirective,cType,cStructure,cStorageClass,cString,cCharacter,cSpecialCharacter,cNumbers,cConstant,cOperator,cComment,cCommentL,Type
H A Dkwt.vim27 syn keyword cType integer real casestring nocasestring voidptr list
28 syn keyword cType uview rview uview_enum rview_enum
H A Dayacc.vim27 syn cluster ayaccUnionGroup contains=ayaccKey,cComment,ayaccCurly,cType,cStructure,cStorageClass,ayaccUnionCurly
H A Dsplint.vim193 syn region splintAnnotation start="/\*@" end="@\*/" contains=@splintAnnotElem,cType keepend
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMovieUtils.c556 DoesCodecSupport( CodecType cType, long what, int value ) argument
562 err = GetCodecInfo( &cInfo, cType, 0 );
H A DMoviePlayer.h329 int DoesCodecSupport( CodecType cType, long what, int value );
H A DEffectCommand.c619 (**theDesc).cType = theEffectCode;
H A DQuickTimeTcl.c451 lType = EndianU32_BtoN( codecs->list[i].cType );
H A DMoviePlayer.c5053 spatSet.codecType = (**srcImageDesc).cType;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c121018 static const char cType[] = { local
[all...]

Completed in 593 milliseconds