Lines Matching refs:rLocale

277         sal_Bool equals(const com::sun::star::lang::Locale& rLocale)  in equals()
279 return (rLocale == aLocale); in equals()
292 LocaleData::getLocaleItem( const Locale& rLocale ) throw(RuntimeException) in getLocaleItem() argument
297 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLocaleItem" ); in getLocaleItem()
466 … const Locale& rLocale, const Sequence< Calendar >& calendarsSeq, sal_Int16 len, sal_Int16 item) in getCalendarItemByName() argument
475 if (loc == rLocale) { in getCalendarItemByName()
504 LocaleData::getAllCalendars( const Locale& rLocale ) throw(RuntimeException) in getAllCalendars() argument
510 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCalendars" ); in getAllCalendars()
527 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
538 …months = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MON… in getAllCalendars()
549 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
577 LocaleData::getAllCurrencies2( const Locale& rLocale ) throw(RuntimeException) in getAllCurrencies2() argument
583 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCurrencies" ); in getAllCurrencies2()
612 LocaleData::getAllCurrencies( const Locale& rLocale ) throw(RuntimeException) in getAllCurrencies() argument
614 Sequence< Currency2 > aCur2( getAllCurrencies2( rLocale)); in getAllCurrencies()
662 LocaleData::getAllFormats( const Locale& rLocale ) throw(RuntimeException) in getAllFormats() argument
685 const sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0") in getAllFormats()
686 + section[1].getFunc( *this, rLocale, "getAllFormats1"); in getAllFormats()
688 sal_Int32 formatCount = section[0].getFunc( *this, rLocale, "getAllFormats0"); in getAllFormats()
689 formatCount += section[1].getFunc( *this, rLocale, "getAllFormats1"); in getAllFormats()
721 LocaleData::getCollatorRuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Ru… in getCollatorRuleByAlgorithm() argument
723 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorRuleByAlgorithm()
736 LocaleData::getCollatorImplementations( const Locale& rLocale ) throw(RuntimeException) in getCollatorImplementations() argument
741 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorImplementations()
761 LocaleData::getCollationOptions( const Locale& rLocale ) throw(RuntimeException) in getCollationOptions() argument
766 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollationOptions" ); in getCollationOptions()
783 LocaleData::getSearchOptions( const Locale& rLocale ) throw(RuntimeException) in getSearchOptions() argument
788 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getSearchOptions" ); in getSearchOptions()
805 LocaleData::getIndexArray(const Locale& rLocale, sal_Int16& indexCount) in getIndexArray() argument
807 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getIndexAlgorithm" ); in getIndexArray()
815 LocaleData::getIndexAlgorithm( const Locale& rLocale ) throw(RuntimeException) in getIndexAlgorithm() argument
818 sal_Unicode **indexArray = getIndexArray(rLocale, indexCount); in getIndexAlgorithm()
834 LocaleData::getDefaultIndexAlgorithm( const Locale& rLocale ) throw(RuntimeException) in getDefaultIndexAlgorithm() argument
837 sal_Unicode **indexArray = getIndexArray(rLocale, indexCount); in getDefaultIndexAlgorithm()
849 LocaleData::hasPhonetic( const Locale& rLocale ) throw(RuntimeException) in hasPhonetic() argument
852 sal_Unicode **indexArray = getIndexArray(rLocale, indexCount); in hasPhonetic()
864 LocaleData::getIndexArrayForAlgorithm(const Locale& rLocale, const OUString& algorithm) in getIndexArrayForAlgorithm() argument
867 sal_Unicode **indexArray = getIndexArray(rLocale, indexCount); in getIndexArrayForAlgorithm()
878 LocaleData::isPhonetic( const Locale& rLocale, const OUString& algorithm ) throw(RuntimeException) in isPhonetic() argument
880 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in isPhonetic()
885 LocaleData::getIndexKeysByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Runti… in getIndexKeysByAlgorithm() argument
887 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexKeysByAlgorithm()
892 LocaleData::getIndexModuleByAlgorithm( const Locale& rLocale, const OUString& algorithm ) throw(Run… in getIndexModuleByAlgorithm() argument
894 sal_Unicode **indexArray = getIndexArrayForAlgorithm(rLocale, algorithm); in getIndexModuleByAlgorithm()
899 LocaleData::getUnicodeScripts( const Locale& rLocale ) throw(RuntimeException) in getUnicodeScripts() argument
904 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getUnicodeScripts" ); in getUnicodeScripts()
921 LocaleData::getFollowPageWords( const Locale& rLocale ) throw(RuntimeException) in getFollowPageWords() argument
926 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getFollowPageWords" ); in getFollowPageWords()
943 LocaleData::getTransliterations( const Locale& rLocale ) throw(RuntimeException) in getTransliterations() argument
949 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getTransliterations" ); in getTransliterations()
971 LocaleData::getLanguageCountryInfo( const Locale& rLocale ) throw(RuntimeException) in getLanguageCountryInfo() argument
976 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLCInfo" ); in getLanguageCountryInfo()
996 LocaleData::getForbiddenCharacters( const Locale& rLocale ) throw(RuntimeException) in getForbiddenCharacters() argument
1001 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getForbiddenCharacters()
1015 LocaleData::getHangingCharacters( const Locale& rLocale ) throw(RuntimeException) in getHangingCharacters() argument
1020 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getHangingCharacters()
1031 LocaleData::getBreakIteratorRules( const Locale& rLocale ) throw(RuntimeException) in getBreakIteratorRules() argument
1036 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getBreakIteratorRules" ); in getBreakIteratorRules()
1055 LocaleData::getReservedWord( const Locale& rLocale ) throw(RuntimeException) in getReservedWord() argument
1060 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getReservedWords" ); in getReservedWord()
1085 LocaleData::getContinuousNumberingLevels( const lang::Locale& rLocale ) throw(RuntimeException) in getContinuousNumberingLevels() argument
1090 … MyFunc_Type2 func = (MyFunc_Type2) getFunctionSymbol( rLocale, "getContinuousNumberingLevels" ); in getContinuousNumberingLevels()
1214 LocaleData::getOutlineNumberingLevels( const lang::Locale& rLocale ) throw(RuntimeException) in getOutlineNumberingLevels() argument
1219 MyFunc_Type3 func = (MyFunc_Type3) getFunctionSymbol( rLocale, "getOutlineNumberingLevels" ); in getOutlineNumberingLevels()
1295 oslGenericFunction SAL_CALL LocaleData::getFunctionSymbol( const Locale& rLocale, const sal_Char* p… in getFunctionSymbol() argument
1301 if (cachedItem.get() && cachedItem->equals(rLocale)) { in getFunctionSymbol()
1311 sal_Int32 l = rLocale.Language.getLength(); in getFunctionSymbol()
1312 sal_Int32 c = rLocale.Country.getLength(); in getFunctionSymbol()
1313 sal_Int32 v = rLocale.Variant.getLength(); in getFunctionSymbol()
1320 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1321rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear(), pFunction, &pCachedIt… in getFunctionSymbol()
1324 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append( in getFunctionSymbol()
1325 rLocale.Country).makeStringAndClear(), pFunction, &pCachedItem)) != 0) || in getFunctionSymbol()
1326 (l > 0 && c > 0 && rLocale.Language.equalsAscii("zh") && in getFunctionSymbol()
1327 (rLocale.Country.equalsAscii("HK") || in getFunctionSymbol()
1328 rLocale.Country.equalsAscii("MO")) && in getFunctionSymbol()
1330 …(pSymbol = rLookupTable.getFunctionSymbolByName(aBuf.append(rLocale.Language).append(under).append… in getFunctionSymbol()
1334 …(pSymbol = rLookupTable.getFunctionSymbolByName(rLocale.Language, pFunction, &pCachedItem)) != 0) … in getFunctionSymbol()
1341 cachedItem->aLocale = rLocale; in getFunctionSymbol()