Lines Matching refs:getFunctionSymbol
297 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLocaleItem" ); in getLocaleItem()
418 return (*pOutCachedItem)->module->getFunctionSymbol( in getFunctionSymbolByName()
445 return module->getFunctionSymbol( in getFunctionSymbolByName()
510 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCalendars" ); in getAllCalendars()
583 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCurrencies" ); in getAllCurrencies2()
676 func = reinterpret_cast<MyFunc_FormatCode>( rLocaleData.getFunctionSymbol( rL, pName)); in getAllFormats()
723 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorRuleByAlgorithm()
741 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorImplementations()
766 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollationOptions" ); in getCollationOptions()
788 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getSearchOptions" ); in getSearchOptions()
807 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getIndexAlgorithm" ); in getIndexArray()
904 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getUnicodeScripts" ); in getUnicodeScripts()
926 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getFollowPageWords" ); in getFollowPageWords()
949 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getTransliterations" ); in getTransliterations()
976 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLCInfo" ); in getLanguageCountryInfo()
1001 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getForbiddenCharacters()
1020 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getHangingCharacters()
1036 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getBreakIteratorRules" ); in getBreakIteratorRules()
1060 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getReservedWords" ); in getReservedWord()
1090 … MyFunc_Type2 func = (MyFunc_Type2) getFunctionSymbol( rLocale, "getContinuousNumberingLevels" ); in getContinuousNumberingLevels()
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() function in LocaleData
1303 return cachedItem->module->getFunctionSymbol(aBuf.appendAscii(pFunction).append(under). in getFunctionSymbol()