Searched defs:getDigit (Results 1 – 9 of 9) sorted by relevance
114 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } in getDigit() function in BigUnsignedInABase
363 public char getDigit() in getDigit() method in DecimalFormatProperties
72 public char getDigit() { in getDigit() method in DecimalFormatSymbolsICU
281 public char getDigit() { in getDigit() method in DecimalFormatSymbols
372 DigitList::getDigit(int32_t i) { in getDigit() function in DigitList
510 public char getDigit() { in getDigit() method in DecimalFormatSymbols
542 public char getDigit() { in getDigit() method in DecimalFormatSymbols
48 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() function
51 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() function