Lines Matching refs:func

297         MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLocaleItem" );  in getLocaleItem()  local
299 if ( func ) { in getLocaleItem()
300 dataItem = func(dataItemCount); in getLocaleItem()
510 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCalendars" ); in getAllCalendars() local
512 if ( func ) { in getAllCalendars()
513 allCalendars = func(calendarsCount); in getAllCalendars()
583 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCurrencies" ); in getAllCurrencies2() local
585 if ( func ) { in getAllCurrencies2()
586 allCurrencies = func(currencyCount); in getAllCurrencies2()
667 MyFunc_FormatCode func; in getAllFormats() member
673 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
676 func = reinterpret_cast<MyFunc_FormatCode>( rLocaleData.getFunctionSymbol( rL, pName)); in getAllFormats()
677 if (func) in getAllFormats()
678 formatArray = func( formatCount, from, to); in getAllFormats()
723 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorRuleByAlgorithm() local
724 if ( func ) { in getCollatorRuleByAlgorithm()
726 sal_Unicode **collatorArray = func(collatorCount); in getCollatorRuleByAlgorithm()
741 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorImplementations() local
743 if ( func ) { in getCollatorImplementations()
744 collatorArray = func(collatorCount); in getCollatorImplementations()
766 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollationOptions" ); in getCollationOptions() local
768 if ( func ) { in getCollationOptions()
769 optionsArray = func(optionsCount); in getCollationOptions()
788 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getSearchOptions" ); in getSearchOptions() local
790 if ( func ) { in getSearchOptions()
791 optionsArray = func(optionsCount); in getSearchOptions()
807 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getIndexAlgorithm" ); in getIndexArray() local
809 if (func) in getIndexArray()
810 return func(indexCount); in getIndexArray()
904 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getUnicodeScripts" ); in getUnicodeScripts() local
906 if ( func ) { in getUnicodeScripts()
907 scriptArray = func(scriptCount); in getUnicodeScripts()
926 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getFollowPageWords" ); in getFollowPageWords() local
928 if ( func ) { in getFollowPageWords()
929 wordArray = func(wordCount); in getFollowPageWords()
949 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getTransliterations" ); in getTransliterations() local
951 if ( func ) { in getTransliterations()
952 transliterationsArray = func(transliterationsCount); in getTransliterations()
976 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLCInfo" ); in getLanguageCountryInfo() local
978 if ( func ) { in getLanguageCountryInfo()
979 LCInfoArray = func(LCInfoCount); in getLanguageCountryInfo()
1001 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getForbiddenCharacters() local
1003 if ( func ) { in getForbiddenCharacters()
1004 LCForbiddenCharactersArray = func(LCForbiddenCharactersCount); in getForbiddenCharacters()
1020 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getHangingCharacters() local
1022 if ( func ) { in getHangingCharacters()
1023 LCForbiddenCharactersArray = func(LCForbiddenCharactersCount); in getHangingCharacters()
1036 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getBreakIteratorRules" ); in getBreakIteratorRules() local
1038 if ( func ) { in getBreakIteratorRules()
1039 LCBreakIteratorRulesArray = func(LCBreakIteratorRuleCount); in getBreakIteratorRules()
1060 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getReservedWords" ); in getReservedWord() local
1062 if ( func ) { in getReservedWord()
1063 LCReservedWordsArray = func(LCReservedWordsCount); in getReservedWord()
1090 … MyFunc_Type2 func = (MyFunc_Type2) getFunctionSymbol( rLocale, "getContinuousNumberingLevels" ); in getContinuousNumberingLevels() local
1092 if ( func ) in getContinuousNumberingLevels()
1097 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels()
1219 MyFunc_Type3 func = (MyFunc_Type3) getFunctionSymbol( rLocale, "getOutlineNumberingLevels" ); in getOutlineNumberingLevels() local
1221 if ( func ) in getOutlineNumberingLevels()
1227 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels()