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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.h58 bool isStrWhiteSpace(UChar);
H A DJSGlobalObjectFunctions.cpp154 bool isStrWhiteSpace(UChar c) function in namespace:JSC
245 while (p < length && isStrWhiteSpace(data[p]))
411 if (!isStrWhiteSpace(*characters))
427 if (!isStrWhiteSpace(*characters))
445 if (isStrWhiteSpace(c))
472 if (!isStrWhiteSpace(*data))
488 if (!isStrWhiteSpace(*data))
H A DStringPrototype.cpp1497 return isStrWhiteSpace(c) || c == 0x200b;
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp495 while (start < (expressionStart - 1) && isStrWhiteSpace((*data)[start]))
499 while (stop > expressionStart && isStrWhiteSpace((*data)[stop - 1]))

Completed in 126 milliseconds