Home
last modified time | relevance | path

Searched defs:candidateLocales (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DI18NBundle.java168 List<Locale> candidateLocales = getCandidateLocales(targetLocale); in createBundleImpl() local
295 …NBundle loadBundleChain (FileHandle baseFileHandle, String encoding, List<Locale> candidateLocales, in loadBundleChain()