Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java588 private static final String LANGUAGE_GREEK = "el"; field in StringUtils
594 if (LANGUAGE_GREEK.equals(locale.getLanguage())) { in getLocaleUsedForToTitleCase()