Lines Matching refs:res
70 boolean res = true; in _getLanguageCountryInfo()
87 … res &= ( ( lci.Language.equals(languages[i]) ) && ( lci.Country.equals(countries[i]) ) ); in _getLanguageCountryInfo()
89 tRes.tested("getLanguageCountryInfo()",res); in _getLanguageCountryInfo()
98 boolean res = true; in _getLocaleItem()
150 tRes.tested("getLocaleItem()",res); in _getLocaleItem()
161 boolean res = true; in _getAllCalendars()
171 res &= goodCalendar(calendar[j]); in _getAllCalendars()
176 tRes.tested("getAllCalendars()", res); in _getAllCalendars()
187 boolean res = true; in _getAllCurrencies()
197 res &= goodCurrency(currency[j]); in _getAllCurrencies()
202 tRes.tested("getAllCurrencies()",res); in _getAllCurrencies()
213 boolean res = true; in _getAllFormats()
223 res &= goodFormat(format[j]); in _getAllFormats()
228 tRes.tested("getAllFormats()",res); in _getAllFormats()
238 boolean res = true; in _getCollatorImplementations()
248 res &= (!impl[j].unoID.equals("")); in _getCollatorImplementations()
254 tRes.tested("getCollatorImplementations()", res); in _getCollatorImplementations()
264 boolean res = true; in _getSearchOptions()
274 res &= (!str.equals("")); in _getSearchOptions()
280 tRes.tested("getSearchOptions()",res); in _getSearchOptions()
290 boolean res = true; in _getCollationOptions()
300 res &= (!str.equals("")); in _getCollationOptions()
306 tRes.tested("getCollationOptions()", res); in _getCollationOptions()
316 boolean res = true; in _getTransliterations()
326 res &= (!str.equals("")); in _getTransliterations()
332 tRes.tested("getTransliterations()", res); in _getTransliterations()
342 boolean res = true; in _getForbiddenCharacters()
348 res &= !( fc.beginLine.equals("") || fc.endLine.equals("") ); in _getForbiddenCharacters()
349 if ( !res ) { in _getForbiddenCharacters()
353 tRes.tested("getForbiddenCharacters()", res); in _getForbiddenCharacters()
364 boolean res = true; in _getReservedWord()
374 res &= (!str.equals("")); in _getReservedWord()
380 tRes.tested("getReservedWord()", res); in _getReservedWord()
390 boolean res = true; in _getAllInstalledLocaleNames()
395 res &= contains(locs, getLocale(i)); in _getAllInstalledLocaleNames()
397 tRes.tested("getAllInstalledLocaleNames()",res); in _getAllInstalledLocaleNames()