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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObjectFunctions.h 56 bool isStrWhiteSpace(UChar);
ExceptionHelpers.cpp 103 while (start < (expressionStart - 1) && isStrWhiteSpace(data[start]))
107 while (stop > expressionStart && isStrWhiteSpace(data[stop]))
136 while (startPoint < divotPoint && isStrWhiteSpace(data[startPoint]))
JSGlobalObjectFunctions.cpp 141 bool isStrWhiteSpace(UChar c)
203 while (p < length && isStrWhiteSpace(data[p]))
262 while (p < length && isStrWhiteSpace(data[p]))
StringPrototype.cpp     [all...]

Completed in 1681 milliseconds