Searched refs:localeShortcuts (Results 1 – 1 of 1) sorted by relevance
515 final HashMap<String, String> localeShortcuts = shortcutsPerLocale.get(locale); in expandShortcut() local516 if (CollectionUtils.isNullOrEmpty(localeShortcuts)) { in expandShortcut()519 return localeShortcuts.get(shortcut); in expandShortcut()619 HashMap<String, String> localeShortcuts = shortcutsPerLocale.get(dictLocale); in loadPersonalDictionary() local620 if (localeShortcuts == null) { in loadPersonalDictionary()621 localeShortcuts = new HashMap<>(); in loadPersonalDictionary()622 shortcutsPerLocale.put(dictLocale, localeShortcuts); in loadPersonalDictionary()626 localeShortcuts.put(shortcut, rawDictWord); in loadPersonalDictionary()