Searched refs:getRadix (Results 1 – 6 of 6) sorted by relevance
123 int32_t getRadix();
80 unsigned getRadix() const { return radix; } in getRadix() function
190 int32_t NumberingSystem::getRadix() { in getRadix() function in NumberingSystem
216 if (U_SUCCESS(status) && ns->getRadix() == 10 && !ns->isAlgorithmic()) { in initialize()
243 if (ValueLive && Literal.getRadix() != 16) in EvaluateValue()
2664 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()