Searched refs:isStrWhiteSpace (Results 1 – 5 of 5) sorted by relevance
111 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()
139 bool isStrWhiteSpace(UChar c) in isStrWhiteSpace() function201 while (p < length && isStrWhiteSpace(data[p])) in parseInt()260 while (p < length && isStrWhiteSpace(data[p])) in parseFloat()
56 bool isStrWhiteSpace(UChar);
5573 (KJS::isStrWhiteSpace):11087 (KJS::isStrWhiteSpace):22397 …(KJS::isStrWhiteSpace): Added. Matches specification for StrWhiteSpace. Could move it to some util…
1181 (KJS::isStrWhiteSpace):18017 (KJS::isStrWhiteSpace): Don't call isSeparatorSpace() for 8-bit characters, as these are