Searched defs:cdigit (Results 1 – 2 of 2) sorted by relevance
380 UChar32 cdigit = 0x30; in isStandardDigits() local
50 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit()