* Boundary characters immediately adjacent to the a-z range. * 0x60 = '`' (just below 'a' 0x61) -- must NOT be uppercased. * 0x7B = '{' (just above 'z' 0x7A) -- must NOT be uppercased. * 0x40 = '@' (just below 'A' 0x41) -- must pass through unchanged. * 0x5B = '[' (just above 'Z' 0x5A) -- must pass through unchanged. */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected