Searched refs:languageCount (Results 1 – 2 of 2) sorted by relevance
1196 languageCount.add(lastType, 1);1202 languageCount.add(lastType, 1);1309 static Counter<LstrType> languageCount = new Counter<LstrType>();1312 return languageCount;
239 int languageCount = sc.getGoodAvailableCodes("language").size(); in showLanguageTagCount() local242 System.out.println("language subtags:\t" + languageCount); in showLanguageTagCount()