Searched refs:IsBinaryDigit (Results 1 – 3 of 3) sorted by relevance
26 inline constexpr bool IsBinaryDigit(base::uc32 c);
51 inline constexpr bool IsBinaryDigit(base::uc32 c) { in IsBinaryDigit() function
706 return ScanDigitsWithNumericSeparators(&IsBinaryDigit, true); in ScanBinaryDigits()