Searched refs:isBinaryDigit (Results 1 – 2 of 2) sorted by relevance
37 inline bool isBinaryDigit(int x) { in isBinaryDigit() function
525 if (current == end || !isBinaryDigit(*current) || sign != NONE) { in InternalStringToDouble()