Lines Matching refs:locales

36     protected Locale[] locales = null;  field in _XExtendedIndexEntrySupplier
61 for (int i = 0; i < locales.length; i++) { in _getAlgorithmList()
62 String[] algNames = oObj.getAlgorithmList(locales[i]); in _getAlgorithmList()
66 System.out.println("Locale " + i + ": " + locales[i].Country+","+locales[i].Language); in _getAlgorithmList()
73 log.println("No Algorithm found for " + locales[i].Country + in _getAlgorithmList()
74 "," + locales[i].Language); in _getAlgorithmList()
87 for (int i = 0; i < locales.length; i++) { in _getIndexKey()
88 log.println("Language: " + locales[i].Language); in _getIndexKey()
95 … oObj.loadAlgorithm(locales[i], algs[k], CollatorOptions.CollatorOptions_IGNORE_CASE); in _getIndexKey()
97 oObj.getIndexKey(getIndexFor, "", locales[i])); in _getIndexKey()
108 locales = oObj.getLocaleList(); in _getLocaleList()
109 tRes.tested("getLocaleList()", locales.length > 0); in _getLocaleList()
154 log.println("loading algorithms for " + locales[i].Country + in _loadAlgorithm()
155 "," + locales[i].Language); in _loadAlgorithm()
160 boolean localres = oObj.loadAlgorithm(locales[i], names[j], in _loadAlgorithm()
198 for (int i = 0; i < locales.length; i++) { in _usePhoneticEntry()
201 if (locales[i].Language.equals("ja") || in _usePhoneticEntry()
202 locales[i].Language.equals("ko") || in _usePhoneticEntry()
203 locales[i].Language.equals("zh")) { in _usePhoneticEntry()
207 boolean locResult = oObj.usePhoneticEntry(locales[i]) == expected; in _usePhoneticEntry()
210 log.println("Failure for language " + locales[i].Language); in _usePhoneticEntry()
212 log.println("Getting " + oObj.usePhoneticEntry(locales[i])); in _usePhoneticEntry()