Home
last modified time | relevance | path

Searched refs:isStrWhiteSpace (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp140 bool isStrWhiteSpace(UChar c) in isStrWhiteSpace() function
226 while (p < length && isStrWhiteSpace(data[p])) in parseInt()
373 if (isStrWhiteSpace(c)) in jsToNumber()
383 if (!isStrWhiteSpace(*data)) in jsToNumber()
399 if (!isStrWhiteSpace(*data)) in jsToNumber()
424 if (!isStrWhiteSpace(*data)) in parseFloat()
DJSGlobalObjectFunctions.h57 bool isStrWhiteSpace(UChar);
DStringPrototype.cpp1107 return isStrWhiteSpace(c) || c == 0x200b; in isTrimWhitespace()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp635 while (start < (expressionStart - 1) && isStrWhiteSpace(data[start])) in appendSourceToError()
639 while (stop > expressionStart && isStrWhiteSpace(data[stop - 1])) in appendSourceToError()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145573 (KJS::isStrWhiteSpace):
11087 (KJS::isStrWhiteSpace):
22397 …(KJS::isStrWhiteSpace): Added. Matches specification for StrWhiteSpace. Could move it to some util…
DChangeLog-2011-02-1620082 (JSC::UString::toDouble): Use isStrWhiteSpace instead of
20480 (JSC::isStrWhiteSpace):
DChangeLog-2008-08-101181 (KJS::isStrWhiteSpace):
18017 (KJS::isStrWhiteSpace): Don't call isSeparatorSpace() for 8-bit characters, as these are