Searched refs:isExponentChar (Results 1 – 1 of 1) sorted by relevance
35 static bool isExponentChar(char C) { in isExponentChar() function50 default: return isSignedChar(C) || isExponentChar(C); in isNumberChar()69 if (Pos > FirstChar && isSignedChar(Pos[0]) && !isExponentChar(Pos[-1])) in BackupNumber()