Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DExceptionHelpers.cpp111 while (start < (expressionStart - 1) && isStrWhiteSpace(data[start])) in createErrorMessage()
115 while (stop > expressionStart && isStrWhiteSpace(data[stop])) in createErrorMessage()
156 while (startPoint < divotPoint && isStrWhiteSpace(data[startPoint])) in createNotAConstructorError()
DJSGlobalObjectFunctions.cpp139 bool isStrWhiteSpace(UChar c) in isStrWhiteSpace() function
201 while (p < length && isStrWhiteSpace(data[p])) in parseInt()
260 while (p < length && isStrWhiteSpace(data[p])) in parseFloat()
DJSGlobalObjectFunctions.h56 bool isStrWhiteSpace(UChar);
/external/webkit/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-2008-08-101181 (KJS::isStrWhiteSpace):
18017 (KJS::isStrWhiteSpace): Don't call isSeparatorSpace() for 8-bit characters, as these are