Lines Matching refs:func

295         MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLocaleItem" );  in getLocaleItem()  local
297 if ( func ) { in getLocaleItem()
298 dataItem = func(dataItemCount); in getLocaleItem()
508 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCalendars" ); in getAllCalendars() local
510 if ( func ) { in getAllCalendars()
511 allCalendars = func(calendarsCount); in getAllCalendars()
581 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getAllCurrencies" ); in getAllCurrencies2() local
583 if ( func ) { in getAllCurrencies2()
584 allCurrencies = func(currencyCount); in getAllCurrencies2()
665 MyFunc_FormatCode func; in getAllFormats() member
671 FormatSection() : func(0), from(0), to(0), formatArray(0), formatCount(0) {} in getAllFormats()
674 func = reinterpret_cast<MyFunc_FormatCode>( rLocaleData.getFunctionSymbol( rL, pName)); in getAllFormats()
675 if (func) in getAllFormats()
676 formatArray = func( formatCount, from, to); in getAllFormats()
721 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorRuleByAlgorithm() local
722 if ( func ) { in getCollatorRuleByAlgorithm()
724 sal_Unicode **collatorArray = func(collatorCount); in getCollatorRuleByAlgorithm()
739 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollatorImplementation" ); in getCollatorImplementations() local
741 if ( func ) { in getCollatorImplementations()
742 collatorArray = func(collatorCount); in getCollatorImplementations()
764 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getCollationOptions" ); in getCollationOptions() local
766 if ( func ) { in getCollationOptions()
767 optionsArray = func(optionsCount); in getCollationOptions()
786 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getSearchOptions" ); in getSearchOptions() local
788 if ( func ) { in getSearchOptions()
789 optionsArray = func(optionsCount); in getSearchOptions()
805 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getIndexAlgorithm" ); in getIndexArray() local
807 if (func) in getIndexArray()
808 return func(indexCount); in getIndexArray()
902 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getUnicodeScripts" ); in getUnicodeScripts() local
904 if ( func ) { in getUnicodeScripts()
905 scriptArray = func(scriptCount); in getUnicodeScripts()
924 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getFollowPageWords" ); in getFollowPageWords() local
926 if ( func ) { in getFollowPageWords()
927 wordArray = func(wordCount); in getFollowPageWords()
947 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getTransliterations" ); in getTransliterations() local
949 if ( func ) { in getTransliterations()
950 transliterationsArray = func(transliterationsCount); in getTransliterations()
974 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getLCInfo" ); in getLanguageCountryInfo() local
976 if ( func ) { in getLanguageCountryInfo()
977 LCInfoArray = func(LCInfoCount); in getLanguageCountryInfo()
999 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getForbiddenCharacters() local
1001 if ( func ) { in getForbiddenCharacters()
1002 LCForbiddenCharactersArray = func(LCForbiddenCharactersCount); in getForbiddenCharacters()
1018 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getForbiddenCharacters" ); in getHangingCharacters() local
1020 if ( func ) { in getHangingCharacters()
1021 LCForbiddenCharactersArray = func(LCForbiddenCharactersCount); in getHangingCharacters()
1034 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getBreakIteratorRules" ); in getBreakIteratorRules() local
1036 if ( func ) { in getBreakIteratorRules()
1037 LCBreakIteratorRulesArray = func(LCBreakIteratorRuleCount); in getBreakIteratorRules()
1058 MyFunc_Type func = (MyFunc_Type) getFunctionSymbol( rLocale, "getReservedWords" ); in getReservedWord() local
1060 if ( func ) { in getReservedWord()
1061 LCReservedWordsArray = func(LCReservedWordsCount); in getReservedWord()
1088 … MyFunc_Type2 func = (MyFunc_Type2) getFunctionSymbol( rLocale, "getContinuousNumberingLevels" ); in getContinuousNumberingLevels() local
1090 if ( func ) in getContinuousNumberingLevels()
1095 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels()
1217 MyFunc_Type3 func = (MyFunc_Type3) getFunctionSymbol( rLocale, "getOutlineNumberingLevels" ); in getOutlineNumberingLevels() local
1219 if ( func ) in getOutlineNumberingLevels()
1225 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels()