Searched refs:IsDecimalDigitForRadix (Results 1 – 1 of 1) sorted by relevance
518 static bool IsDecimalDigitForRadix(int c, int radix) { in IsDecimalDigitForRadix() function523 static bool inline IsDecimalDigitForRadix(int c, int radix) { in IsDecimalDigitForRadix() function571 if (IsDecimalDigitForRadix(**current, radix)) { in RadixStringToIeee()