Home
last modified time | relevance | path

Searched refs:digitStr (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java698 String digitStr = str.substring(7); in tryInputRawUnicode() local
701 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()