Searched refs:sDeadKeyCache (Results 1 – 1 of 1) sorted by relevance
245 private static final SparseIntArray sDeadKeyCache = new SparseIntArray(); field in KeyCharacterMap272 sDeadKeyCache.put(combination, result); in addDeadKey()502 synchronized (sDeadKeyCache) { in getDeadChar()503 combined = sDeadKeyCache.get(combination, -1); in getDeadChar()511 sDeadKeyCache.put(combination, combined); in getDeadChar()