Lines Matching refs:j
167 for (int j=0;j<calendar.length;j++) { in _getAllCalendars()
168 if (! goodCalendar(calendar[j]) ) { in _getAllCalendars()
171 res &= goodCalendar(calendar[j]); in _getAllCalendars()
193 for (int j=0;j<currency.length;j++) { in _getAllCurrencies()
194 if (! goodCurrency(currency[j]) ) { in _getAllCurrencies()
197 res &= goodCurrency(currency[j]); in _getAllCurrencies()
219 for (int j=0;j<format.length;j++) { in _getAllFormats()
220 if (! goodFormat(format[j]) ) { in _getAllFormats()
223 res &= goodFormat(format[j]); in _getAllFormats()
244 for (int j=0;j<impl.length;j++) { in _getCollatorImplementations()
245 if ((impl[j].unoID.equals(""))) { in _getCollatorImplementations()
248 res &= (!impl[j].unoID.equals("")); in _getCollatorImplementations()
270 for (int j=0;j<str.length;j++) { in _getSearchOptions()
271 if ((str[j].equals(""))) { in _getSearchOptions()
296 for (int j=0;j<str.length;j++) { in _getCollationOptions()
297 if ((str[j].equals(""))) { in _getCollationOptions()
322 for (int j=0;j<str.length;j++) { in _getTransliterations()
323 if ((str[j].equals(""))) { in _getTransliterations()
370 for (int j=0;j<str.length;j++) { in _getReservedWord()
371 if ((str[j].equals(""))) { in _getReservedWord()
481 for (int j=0;j<locs.length;j++) { in contains()
482 if ( (locs[j].Country.equals(oneLoc.Country)) && in contains()
483 (locs[j].Language.equals(oneLoc.Language)) ) { in contains()