Home
last modified time | relevance | path

Searched refs:IsDecimalDigitForRadix (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion.cpp518 static bool IsDecimalDigitForRadix(int c, int radix) { in IsDecimalDigitForRadix() function
523 static bool inline IsDecimalDigitForRadix(int c, int radix) { in IsDecimalDigitForRadix() function
571 if (IsDecimalDigitForRadix(**current, radix)) { in RadixStringToIeee()