Searched refs:digitStr (Results 1 – 1 of 1) sorted by relevance
698 String digitStr = str.substring(7); in tryInputRawUnicode() local701 if (digitStr.length() > 2 && digitStr.charAt(0) == '0' in tryInputRawUnicode()702 && digitStr.charAt(1) == 'x') { in tryInputRawUnicode()706 digitStr = digitStr.substring(startPos); in tryInputRawUnicode()707 int unicode = Integer.parseInt(digitStr, radix); in tryInputRawUnicode()