Searched refs:CharToInt (Results 1 – 1 of 1) sorted by relevance
25 static int CharToInt(char c) in CharToInt() function44 temp = (currentRadix * remain + static_cast<uint32_t>(CharToInt(num[i]))); in Division()