Searched refs:chval (Results 1 – 1 of 1) sorted by relevance
171 int chval = Character.digit(ch, 16); in textToNumericFormatV6() local172 if (chval != -1) { in textToNumericFormatV6()174 val |= chval; in textToNumericFormatV6()