Home | History | Annotate | Download | only in glshared

Lines Matching refs:isNumeric

72 DE_INLINE deBool isNumeric (char c)
451 else if (isNumeric(*m_curPtr))
455 while (isNumeric(*p))
460 while (isNumeric(*p))
468 DE_ASSERT(isNumeric(*p));
469 while (isNumeric(*p))