Home | History | Annotate | Download | only in opengl

Lines Matching refs:isWhitespace

240 DE_INLINE deBool isWhitespace (char c)
496 for (int ndx = 0; ndx < (int)source.length() && isWhitespace(source[ndx]); ndx++)
580 while (isWhitespace(*m_curPtr))