Lines Matching refs:j
199 for (int j=0;j<calendar.length;j++) { in _getAllCalendars()
200 if (! goodCalendar(calendar[j]) ) { in _getAllCalendars()
203 res &= goodCalendar(calendar[j]); in _getAllCalendars()
226 for (int j=0;j<currency.length;j++) { in _getAllCurrencies()
227 if (! goodCurrency(currency[j]) ) { in _getAllCurrencies()
230 res &= goodCurrency(currency[j]); in _getAllCurrencies()
253 for (int j=0;j<format.length;j++) { in _getAllFormats()
254 if (! goodFormat(format[j]) ) { in _getAllFormats()
257 res &= goodFormat(format[j]); in _getAllFormats()
279 for (int j=0;j<impl.length;j++) { in _getCollatorImplementations()
280 if ((impl[j].unoID.equals(""))) { in _getCollatorImplementations()
283 res &= (!impl[j].unoID.equals("")); in _getCollatorImplementations()
306 for (int j=0;j<str.length;j++) { in _getSearchOptions()
307 if ((str[j].equals(""))) { in _getSearchOptions()
333 for (int j=0;j<str.length;j++) { in _getCollationOptions()
334 if ((str[j].equals(""))) { in _getCollationOptions()
360 for (int j=0;j<str.length;j++) { in _getTransliterations()
361 if ((str[j].equals(""))) { in _getTransliterations()
410 for (int j=0;j<str.length;j++) { in _getReservedWord()
411 if ((str[j].equals(""))) { in _getReservedWord()
522 for (int j=0;j<locs.length;j++) { in contains()
523 if ( (locs[j].Country.equals(oneLoc.Country)) && in contains()
524 (locs[j].Language.equals(oneLoc.Language)) ) { in contains()