Returns true if 'c' is a character digit that is valid for the given radix. The 'a_character' should be 'a' or 'A'. The function is small and could be inlined, but VS2012 emitted a warning because it constant-propagated the radix and concluded that the first condition was always false. By moving it into a separate function the compiler wouldn't warn anymore.
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected
searching dependent graphs…