Searched defs:isNumber (Results 1 - 18 of 18) sorted by relevance

/external/srec/portable/src/
H A Dptypes.c22 PINLINE ESR_BOOL isNumber(const LCHAR* str) function
/external/chromium/webkit/glue/
H A Dcpp_variant.h84 bool isNumber() const { return (isInt32() || isDouble()); } function in class:CppVariant
92 // For example, ToInt32() works only if isNumber() is true.
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h107 bool isNumber() const { return (isInt32() || isDouble()); } function in class:CppVariant
115 // For example, toInt32() works only if isNumber() is true.
/external/webkit/Source/WebCore/xml/
H A DXPathValue.h78 bool isNumber() const { return m_type == NumberValue; } function in class:WebCore::XPath::Value
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_istype.cpp334 void tst_QScriptValue::isNumber() function in class:tst_QScriptValue
338 QCOMPARE(value.isNumber(), expected);
339 QCOMPARE(value.isNumber(), expected);
/external/webkit/Source/JavaScriptCore/runtime/
H A DWriteBarrier.h134 bool isNumber() const { return get().isNumber(); } function in class:JSC::WriteBarrierBase
H A DJSValueInlineMethods.h59 ASSERT(isNumber());
65 return isNumber() ? asValue() : jsNumber(this->toNumber(exec));
343 inline bool JSValue::isNumber() const function in class:JSC::JSValue
449 return isNumber() && !isInt32();
517 inline bool JSValue::isNumber() const function in class:JSC::JSValue
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp266 bool QScriptValue::isNumber() const function in class:QScriptValue
268 return d_ptr->isNumber();
389 \sa isNumber(), toInteger(), toInt32(), toUInt32(), toUInt16()
H A Dqscriptvalue_p.h98 inline bool isNumber();
349 bool QScriptValuePrivate::isNumber() function in class:QScriptValuePrivate
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp57 void isNumber();
207 void tst_QScriptValue::isNumber() function in class:tst_QScriptValue
211 value.isNumber();
/external/webkit/Source/WebCore/wml/
H A DWMLTableElement.cpp70 bool isNumber = false; local
71 m_columns = attr->value().string().toUIntStrict(&isNumber);
76 if (!m_columns || !isNumber)
/external/sqlite/dist/orig/
H A Dshell.c282 static int isNumber(const char *z, int *realnum){ function
832 }else if( isNumber(azArg[i], 0) ){
/external/sqlite/dist/
H A Dshell.c287 static int isNumber(const char *z, int *realnum){ function
837 }else if( isNumber(azArg[i], 0) ){
/external/v8/src/
H A Dd8.js2452 this.isNumber() || this.isString();
2496 ProtocolValue.prototype.isNumber = function() {
H A Dmirror-debugger.js64 if (mirror.isNumber() && isNaN(mirror.value()) &&
276 Mirror.prototype.isNumber = function() {
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h149 virtual bool isNumber() const { return false; } function in class:JSC::ExpressionNode
225 virtual bool isNumber() const { return true; } function in class:JSC::NumberNode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 433 milliseconds