Searched refs:GetLength (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dstring.cpp136 Init(s.Data(), s.GetLength());
148 Init(s.Data(), s.GetLength());
155 const int aCnt = a.GetLength();
156 int sum = aCnt + b.GetLength();
206 if (nFirst >= GetLength())
209 if (nFirst + nCount > GetLength())
210 nCount = GetLength() - nFirst;
212 if (nFirst == 0 && nCount == GetLength())
219 if (nCount >= GetLength())
226 if (nCount >= GetLength())
[all...]
H A Duniv.h20 int GetLength()const;
H A Dpersist.cpp834 int k = desc.GetLength();
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/
H A DWinServices.cpp81 if ( inObject.GetLength() > 0 )
85 size = (size_t) WideCharToMultiByte( CP_UTF8, 0, inObject.GetBuffer(), inObject.GetLength(), outUTF8, (int) outUTF8Len, NULL, NULL);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/demos/
H A Ddump.cpp53 for (int k = 0; k < types.GetLength(); ++k)
94 for (int k = 0; k < types.GetLength(); ++k)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DSecondPage.cpp207 if ( ( selected.GetLength() > 0 ) && ( box.FindStringExact( -1, selected ) == CB_ERR ) )
216 if ( string.GetLength() )
225 err = RegSetValueEx( key, L"UserDefined", 0, REG_SZ, (LPBYTE) (LPCTSTR) string, ( string.GetLength() + 1) * sizeof( TCHAR ) );
396 if ( !err && string.GetLength() )
412 string = string.Right( string.GetLength() - tok.GetLength() - 1 );
H A DRegistrationPage.cpp308 if ( username.GetLength() && password.GetLength() )
317 err = RegSetValueEx( m_hostnameSetupKey, L"", 0, REG_SZ, (LPBYTE) (LPCTSTR) hostname, ( hostname.GetLength() + 1 ) * sizeof( TCHAR ) );
H A DBrowsingPage.cpp280 if ( ( dlg.DoModal() == IDOK ) && ( dlg.m_text.GetLength() > 0 ) )
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.8-1.js81 var LENGTH = eval( "GetLength("+ args +")" );
84 "GetLength("+args+")",
110 function GetLength() { function
H A D10.1.8-2.js71 var GetLength = new Function( "var l = arguments.length; return l" ); function
87 var LENGTH = eval( "GetLength("+ args +")" );
90 "GetLength("+args+")",
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4str.h66 int GetLength()const;
128 int GetLength()const;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dregress.cpp129 for (int k = 0; k < types.GetLength(); ++k) {
168 for (int k = 0; k < types.GetLength(); ++k) {
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.cpp253 if ( q->name.GetLength() > 0 )
269 if ( q->name.GetLength() > 0 )
285 portNameLen = printer->portName.GetLength() + 1;
743 if ( psDriverName.GetLength() || pclDriverName.GetLength() )
770 if ( psDriverName.GetLength() > 0 )
790 if ( pclDriverName.GetLength() > 0 )
929 if ( q->usb_MFG.GetLength() > 0)
947 if ( q->usb_MDL.GetLength() > 0 )
952 if ( ( model == NULL ) && ( q->product.GetLength() >
[all...]
H A DPrinterSetupWizardSheet.cpp1134 if ((idx > 1) && ((service->hostname.GetLength() - 1) == idx))
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBarWindow.cpp624 if ((idx > 1) && ((resolve->host.GetLength() - 1) == idx))
704 if( username.GetLength() > 0 )
707 if( password.GetLength() > 0 )
/macosx-10.10.1/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp437 oldlen = m_accountPassword.GetLength();
440 if (m_accountPassword.GetLength() != oldlen) {
462 if (m_accountPassword.GetLength() == 0) {
541 m_targetDir.GetLength());
552 (LPBYTE)(LPCTSTR)buf, buf.GetLength());
556 (LPBYTE)(LPCTSTR)buf, buf.GetLength());
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestInternal.h155 size_t GetLength ();
H A DAppleManifest.cpp230 AppendUInt64 (manifest, (UInt64) item->GetLength ());
H A DManifestInternal.cpp423 size_t ManifestDataBlobItem::GetLength () function in class:ManifestDataBlobItem
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h432 * DNSServiceRegister( ... tr.GetLength(), tr.GetBytes() ... );
534 /* GetLength()
546 GetLength
H A Ddnssd_NET.cpp1087 TextRecord::GetLength function in class:TextRecord
1104 int len = GetLength();
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp686 if( username.GetLength() > 0 )
689 if( password.GetLength() > 0 )
1386 nUnicode = inObject.GetLength();
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp150 int n = crit_.GetLength();
540 if (n < _path.GetLength())
878 int n = prefix.GetLength();
1120 cursorPtr->length = s.GetLength();

Completed in 155 milliseconds