Lines Matching refs:rLocale
50 sal_Bool SAL_CALL IndexEntrySupplier_Unicode::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm() argument
53 index->init(rLocale, rAlgorithm); in loadAlgorithm()
54 return IndexEntrySupplier_Common::loadAlgorithm(rLocale, rAlgorithm, collatorOptions); in loadAlgorithm()
58 const OUString& rPhoneticEntry, const lang::Locale& rLocale ) throw (RuntimeException) in getIndexKey() argument
60 return index->getIndexDescription(getEntry(rIndexEntry, rPhoneticEntry, rLocale)); in getIndexKey()
79 const lang::Locale& rLocale, const OUString& rAlgorithm ) throw (RuntimeException) { in getIndexCharacter() argument
81 if (loadAlgorithm( rLocale, rAlgorithm, CollatorOptions::CollatorOptions_IGNORE_CASE_ACCENT)) in getIndexCharacter()
84 return IndexEntrySupplier_Common::getIndexCharacter(rIndexEntry, rLocale, rAlgorithm); in getIndexCharacter()
170 void Index::makeIndexKeys(const lang::Locale &rLocale, const OUString &algorithm) throw (RuntimeExc… in makeIndexKeys() argument
172 OUString keyStr = LocaleData().getIndexKeysByAlgorithm(rLocale, algorithm); in makeIndexKeys()
255 void Index::init(const lang::Locale &rLocale, const OUString& algorithm) throw (RuntimeException) in init() argument
257 makeIndexKeys(rLocale, algorithm); in init()
259 Sequence< UnicodeScript > scriptList = LocaleData().getUnicodeScripts( rLocale ); in init()
271 …collator->loadCollatorAlgorithm(algorithm, rLocale, CollatorOptions::CollatorOptions_IGNORE_CASE_A… in init()