HomeSort by relevance Sort by last modified time
    Searched refs:isStrWhiteSpace (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.h 57 bool isStrWhiteSpace(UChar);
JSGlobalObjectFunctions.cpp 140 bool isStrWhiteSpace(UChar c)
226 while (p < length && isStrWhiteSpace(data[p]))
373 if (isStrWhiteSpace(c))
383 if (!isStrWhiteSpace(*data))
399 if (!isStrWhiteSpace(*data))
424 if (!isStrWhiteSpace(*data))
StringPrototype.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 635 while (start < (expressionStart - 1) && isStrWhiteSpace(data[start]))
639 while (stop > expressionStart && isStrWhiteSpace(data[stop - 1]))
    [all...]

Completed in 73 milliseconds