Searched refs:layoutMatchingLanguageAndCountry (Results 1 – 1 of 1) sorted by relevance
1083 String layoutMatchingLanguageAndCountry = null; in getMatchingLayoutForProvidedLanguageTag() local1097 if (layoutMatchingLanguageAndCountry == null) { in getMatchingLayoutForProvidedLanguageTag()1098 layoutMatchingLanguageAndCountry = layout.getDescriptor(); in getMatchingLayoutForProvidedLanguageTag()1107 return layoutMatchingLanguageAndCountry != null in getMatchingLayoutForProvidedLanguageTag()1108 ? layoutMatchingLanguageAndCountry : layoutMatchingLanguage; in getMatchingLayoutForProvidedLanguageTag()