Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DIso639Data.java142 ISO_639_1, ISO_639_2, ISO_639_3, BCP47, CLDR enumConstant
444 toSource.put(languageSubtag, Source.ISO_639_2); in getData()
456 … toSource.put(languageSubtag, languageSubtag.length() == 2 ? Source.ISO_639_1 : Source.ISO_639_2); in getData()