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