Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java52 private String mCombiningSpec; // Memory so that we don't uselessly recreate the combiner chain field in WordComposer
106 if (!nonNullCombiningSpec.equals(mCombiningSpec)) { in restartCombining()
109 mCombiningSpec = nonNullCombiningSpec; in restartCombining()