Searched +defs:number +defs:string (Results 1 - 25 of 191) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLValue.cpp41 String SQLValue::string() const function in class:WebCore::SQLValue
49 double SQLValue::number() const function in class:WebCore::SQLValue
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dcompile_et.h58 unsigned number; member in struct:error_code
60 char *string; member in struct:error_code
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dsel-gram.y101 number : NUMBER { $$ = _hx509_make_expr(expr_NUMBER, $1, NULL); }; label
102 string label
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A DIdentifierRep.h46 int number() const { return m_isString ? 0 : m_value.m_number; } function in class:WebCore::IdentifierRep
47 const char* string() const { return m_isString ? m_value.m_string : 0; } function in class:WebCore::IdentifierRep
50 explicit IdentifierRep(int number) argument
/macosx-10.9.5/groff-38/groff/src/preproc/refer/
H A Dlabel.y291 string: label
373 number: label
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSUnserializeXML.y320 number: NUMBER label
323 string label
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDDeviceShim.cpp90 OSString * string = NULL; local
133 OSString * string = NULL; local
194 OSNumber * number = NULL; local
225 OSNumber * number = NULL; local
255 OSNumber *number = (OSNumber*)_device->copyProperty("locationID"); local
288 OSNumber *number = NULL; local
289 OSString *string = NULL; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLParserIdioms.cpp40 static String stripLeadingAndTrailingHTMLSpaces(String string, CharType characters, unsigned length) argument
66 String stripLeadingAndTrailingHTMLSpaces(const String& string) argument
79 serializeForNumberType(const Decimal& number) argument
88 serializeForNumberType(double number) argument
95 parseToDecimalForNumberType(const String& string, const Decimal& fallbackValue) argument
119 parseToDecimalForNumberType(const String& string) argument
124 parseToDoubleForNumberType(const String& string, double fallbackValue) argument
151 parseToDoubleForNumberType(const String& string) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-julian.el[all...]
H A Dcal-islam.el42 (defvar number) function
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedType.h114 const float& number() const function in class:WebCore::SVGAnimatedType
156 const String& string() const function in class:WebCore::SVGAnimatedType
217 float& number() function in class:WebCore::SVGAnimatedType
259 String& string() function in class:WebCore::SVGAnimatedType
293 float* number; member in union:WebCore::SVGAnimatedType::DataUnion
300 String* string; member in union:WebCore::SVGAnimatedType::DataUnion
[all...]
H A DSVGAnimatedNumber.cpp37 PassOwnPtr<SVGAnimatedType> SVGAnimatedNumberAnimator::constructFromString(const String& string) argument
79 static float parseNumberFromString(SVGAnimationElement*, const String& string) argument
81 float number = 0; local
[all...]
/macosx-10.9.5/bc-21/bc/dc/
H A Ddc.h73 dc_num number; member in union:__anon6405::__anon6406
74 dc_str string; member in union:__anon6405::__anon6406
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_tputs.c121 putp(const char *string) argument
127 tputs(const char *string, int affcnt, int (*outc) (int)) argument
131 int number; local
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DFunction.pm166 sub string { subroutine
338 sub number { subroutine
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DAppleEmbeddedKeyboard.cpp384 OSNumber * number; local
385 OSString * string; local
[all...]
H A DIOHIDUserDevice.cpp118 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDTransportKey)); local
133 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDManufacturerKey)); local
148 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDProductKey)); local
163 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVendorIDKey)); local
178 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDProductIDKey)); local
193 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVersionNumberKey)); local
208 OSString * string = OSDynamicCast(OSString, _properties->getObject(kIOHIDSerialNumberKey)); local
223 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDVendorIDSourceKey)); local
238 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDCountryCodeKey)); local
253 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDReportIntervalKey)); local
270 OSNumber * number = OSDynamicCast(OSNumber, _properties->getObject(kIOHIDLocationIDKey)); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCJSValue.cpp216 JSString* string = jsCast<JSString*>(asCell()); local
253 int32_t toInt32(double number) argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBKey.h47 static PassRefPtr<IDBKey> createNumber(double number) argument
52 static PassRefPtr<IDBKey> createString(const String& string) argument
118 const String& string() const function in class:WebCore::IDBKey
130 double number() const function in class:WebCore::IDBKey
152 IDBKey(Type type, double number) : m_type(type), m_number(number), m_sizeEstimate(OverheadSize + sizeof(double)) { } argument
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForElToritoEntry.c55 CFStringRef string; local
98 CFNumberRef number; local
133 CFStringRef string; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Drelease.c100 number(register char* s, char** e) function
114 string(register char* s, char* tab, int num, int siz, char** e) function
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dattr_scan64.c257 unsigned int *number; local
259 VSTRING *string; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dwebjump.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpcvs-util.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndb.el[all...]

Completed in 253 milliseconds

12345678