Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddigitformatter.cpp382 UChar32 cdigit = 0x30; in isStandardDigits() local
384 if (fLocalizedDigits[i] != cdigit) { in isStandardDigits()
387 ++cdigit; in isStandardDigits()
/external/llvm/lib/Support/
DAPInt.cpp51 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() argument
55 r = cdigit - '0'; in getDigit()
59 r = cdigit - 'A'; in getDigit()
63 r = cdigit - 'a'; in getDigit()
70 r = cdigit - '0'; in getDigit()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp48 inline static unsigned getDigit(char cdigit, uint8_t radix) { in getDigit() argument
52 r = cdigit - '0'; in getDigit()
56 r = cdigit - 'A'; in getDigit()
60 r = cdigit - 'a'; in getDigit()
67 r = cdigit - '0'; in getDigit()