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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObjectFunctions.cpp140 bool isStrWhiteSpace(UChar c) function in namespace:JSC
226 while (p < length && isStrWhiteSpace(data[p]))
373 if (isStrWhiteSpace(c))
383 if (!isStrWhiteSpace(*data))
399 if (!isStrWhiteSpace(*data))
424 if (!isStrWhiteSpace(*data))

Completed in 163 milliseconds