Searched refs:cch (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DContextMenuWin.cpp75 int menuStringLength = info.cch + 1;
78 info.cch = menuStringLength;
125 menuItem.cch = itemTitle.length();
H A DContextMenuItemWin.cpp53 m_title = String(info.dwTypeData, info.cch);
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinTest.c429 int cch, cchBuf = tkWinProcs->useWide ? 256 : 512;
440 cch = GetClassNameW((HWND)hwnd, (LPWSTR)buf, sizeof(buf)/sizeof(WCHAR));
441 classObj = Tcl_NewUnicodeObj((LPWSTR)buf, cch);
443 cch = GetClassNameA((HWND)hwnd, (LPSTR)buf, sizeof(buf));
444 classObj = Tcl_NewStringObj((LPSTR)buf, cch);
446 if (cch == 0) {
460 cch = tkWinProcs->getWindowText((HWND)hwnd, (LPTSTR)buf, cchBuf);
462 textObj = Tcl_NewUnicodeObj((LPCWSTR)buf, cch);
464 textObj = Tcl_NewStringObj((LPCSTR)buf, cch);
423 int cch, cchBuf = tkWinProcs->useWide ? 256 : 512; local
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Ddisplay.c81 char cch; local
171 cch = (*text & 63) + 64;
172 waddch(win->x_win, cch);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c234 __block CSSM_CC_HANDLE cch;
254 rc = CSSM_SignDataUpdate(cch, &c_d, 1);
263 rc = CSSM_SignDataFinal(cch, &sig);
266 CSSM_DeleteContext(cch);
310 OSStatus rc = CSSM_SignData(cch, &c_d, 1, (input_is == kSecInputIsDigest) ? sign_alg->digest_algo : CSSM_ALGID_NONE, &sig);
315 CSSM_DeleteContext(cch);
360 CSSM_CSP_CreateSignatureContext(csp, alg_for_signature_context(input_is, sign_alg), access_cred, cssm_key, &cch);
363 rc = CSSM_SignDataInit(cch);
485 __block CSSM_CC_HANDLE cch;
552 rc = CSSM_VerifyDataFinal(cch,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dconfig_reg.c505 DWORD cch = sizeof(name)/sizeof(name[0]); local
510 rcode = RegEnumValue(key, index, name, &cch, NULL,
537 DWORD cch = sizeof(name)/sizeof(name[0]); local
541 rcode = RegEnumKeyEx(key, index, name, &cch, NULL, NULL, NULL, NULL);
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dcch.pm11 # This file was generated from the source file cch.xml
19 package DateTime::Locale::cch;
169 DateTime::Locale::cch
175 my $dt = DateTime->now( locale => 'cch' );
H A Dcch_NG.pm25 use base 'DateTime::Locale::cch';
60 This locale inherits from the L<DateTime::Locale::cch> locale.
H A DCatalog.pm383 id => "cch",
3483 cch Atsam
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBar.cpp551 mii.cch = LENGTHOF(sz);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_me.tcl716 set cch [quote'tclcom $ch]
721 $t set $n EXPR "(t $cch)"
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c616 UINT cch,
622 int ch = cch; /* special keys are negative */
2330 infow.cch = (UINT)wcslen(wn);
2349 info.cch = (UINT)STRLEN(item_text);
614 _OnSysChar( HWND hwnd, UINT cch, int cRepeat) argument
H A Dos_win32.c2384 DWORD cch = sizeof szUserName; local
2386 if (GetUserName(szUserName, &cch))
2404 DWORD cch = len; local
2406 if (!GetComputerName(s, &cch))
H A Dgui_w32.c2566 infow.cch = (UINT)wcslen(wn);
2589 info.cch = (UINT)STRLEN(menu->name);

Completed in 378 milliseconds