Home
last modified time | relevance | path

Searched refs:aLocale (Results 101 – 125 of 299) sorted by path

12345678910>>...12

/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx152 Mapping &map = casefolding::getValue(in, i, nCount, aLocale, nMappingType); in transliterate()
183 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
201 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
238 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
256 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2String()
271 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2Char()
295 aLocale = rLocale; in setMappingType()
445 return transliterate_titlecase_Impl( inStr, startPos, nCount, aLocale, offset ); in transliterate()
464 return transliterate_titlecase_Impl( inStr, startPos, nCount, aLocale, offset ); in transliterate()
H A Dtransliteration_caseignore.cxx67 aLocale = rLocale; in loadModule()
87 u2l.loadModule((TransliterationModules)0, aLocale); in transliterateRange()
88 l2u.loadModule((TransliterationModules)0, aLocale); in transliterateRange()
156 … c1 = casefolding::getNextChar(unistr1, nMatch1, nCount1, e1, aLocale, nMappingType, moduleLoaded); in compare()
157 … c2 = casefolding::getNextChar(unistr2, nMatch2, nCount2, e2, aLocale, nMappingType, moduleLoaded); in compare()
H A Dtransliteration_commonclass.cxx51 aLocale = rLocale; in loadModule()
/trunk/main/i18nutil/inc/i18nutil/
H A Dcasefolding.hxx73 …nicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappi…
74 …nicode* str, sal_Int32 pos, sal_Int32 len, com::sun::star::lang::Locale& aLocale, sal_uInt8 nMappi…
75 …32& idx, sal_Int32 len, MappingElement& e, com::sun::star::lang::Locale& aLocale,sal_uInt8 nMappin…
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx44 #define langIs(lang) (aLocale.Language.compareToAscii(lang) == 0)
55 …ionalValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappi… in getConditionalValue() argument
84 …::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappi… in getValue() argument
95 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
101 return getConditionalValue(str, pos, len, aLocale, nMappingType); in getValue()
125 …_Unicode *str, sal_Int32& idx, sal_Int32 len, MappingElement& e, Locale& aLocale, sal_uInt8 nMappi… in getNextChar() argument
137 e.element = getValue(str, idx++, len, aLocale, nMappingType); in getNextChar()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx277 const ::com::sun::star::lang::Locale& aLocale, in hyphenate()
305 if (aLocale == aDicts[j].aLoc) in hyphenate()
503 … xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), nPos, in hyphenate()
509 xRes = HyphenatedWord::CreateHyphenatedWord( aWord, LocaleToLanguage( aLocale ), in hyphenate()
546 const ::com::sun::star::lang::Locale& aLocale, in createPossibleHyphens()
569 if (aLocale == aDicts[j].aLoc) k = j; in createPossibleHyphens()
712 xRes = PossibleHyphens::CreatePossibleHyphens( aWord, LocaleToLanguage( aLocale ), in createPossibleHyphens()
H A Dhyphenimp.hxx110 …ate( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nMaxLe…
111 …ing( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nIndex…
112 …ens( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx178 Locale aLocale; in EnsureInitialized() local
179 aLocale.Language = OUString::createFromAscii( aDisable[i].pLang ); in EnsureInitialized()
180 aLocale.Country = OUString::createFromAscii( aDisable[i].pCountry ); in EnsureInitialized()
181 pDisableSeq[i] = aLocale; in EnsureInitialized()
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java60 Locale aLocale = new Locale("ko", "KR", ""); field in HangulHanjaConversion
96 xDict = xCList.addNewDictionary("addNewDictionary", aLocale, in checkXConversionDictionaryList()
107 xCList.addNewDictionary("addNewDictionary", aLocale, dictType); in checkXConversionDictionaryList()
164 localRes = xCList.queryMaxCharCount(aLocale, dictType, in checkXConversionDictionaryList()
173 wordToCheck.length(), aLocale, in checkXConversionDictionaryList()
/trunk/main/linguistic/source/
H A Dconvdiclist.hxx86 …ary( const ::rtl::OUString& aName, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nConve…
87 …nt32 nStartPos, sal_Int32 nLength, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nConve…
88 …virtual sal_Int16 SAL_CALL queryMaxCharCount( const ::com::sun::star::lang::Locale& aLocale, sal_I…
H A Ddicimp.cxx797 void SAL_CALL DictionaryNeo::setLocale( const Locale& aLocale ) in setLocale() argument
801 sal_Int16 nLanguageP = LocaleToLanguage( aLocale ); in setLocale()
H A Ddicimp.hxx128 setLocale( const ::com::sun::star::lang::Locale& aLocale )
H A Ddlistimp.hxx116 …ary( const ::rtl::OUString& aName, const ::com::sun::star::lang::Locale& aLocale, ::com::sun::star…
119 …try( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Bool bSearch…
H A Dgciterator.cxx604 aRes.aLocale = aCurLocale; in DequeueAndCheck()
H A Dgciterator.hxx171 …aph, const ::rtl::OUString& aText, const ::com::sun::star::lang::Locale& aLocale, ::sal_Int32 nSta…
H A Dhyphdsp.hxx105 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
112 const ::com::sun::star::lang::Locale& aLocale,
120 const ::com::sun::star::lang::Locale& aLocale,
129 const ::com::sun::star::lang::Locale& aLocale,
H A Dlngopt.cxx106 Locale aLocale( CreateLocale( rLanguage ) ); in SetLocale_Impl() local
107 rOld.setValue( &aLocale, ::getCppuType((Locale*)0 )); in SetLocale_Impl()
224 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage ) ); in GetValue() local
225 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
230 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage_CJK ) ); in GetValue() local
231 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
236 Locale aLocale( MsLangId::convertLanguageToLocale( pData->nDefaultLanguage_CTL ) ); in GetValue() local
237 rVal.setValue( &aLocale, ::getCppuType((Locale*)0 )); in GetValue()
H A Dlngsvcmgr.cxx1154 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1155 rSpellDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1201 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1202 rGrammarDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1248 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1249 rHyphDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
1291 … lang::Locale aLocale( CreateLocale( MsLangId::convertIsoStringToLanguage(aLocaleStr) ) ); in SetCfgServiceLists() local
1292 rThesDsp.SetServiceList( aLocale, aSvcImplNames ); in SetCfgServiceLists()
H A Dlngsvcmgr.hxx158 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale ) throw (::com::s…
159 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
160 …nst ::rtl::OUString& aServiceName, const ::com::sun::star::lang::Locale& aLocale ) throw (::com::s…
H A Dmisc.cxx477 Locale aLocale; in CreateLocale() local
481 return aLocale; in CreateLocale()
H A Dspelldsp.cxx338 Locale aLocale( CreateLocale( nLanguage ) ); in isValid_Impl() local
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
431 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl()
506 Locale aLocale( CreateLocale( nLanguage ) ); in spell_Impl() local
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
773 Locale aLocale( CreateLocale( nLanguage ) ); in hasLanguage() local
774 return hasLocale( aLocale ); in hasLanguage()
785 Locale aLocale( CreateLocale( nLanguage ) ); in isValid() local
786 return isValid( rWord, aLocale, rProperties); in isValid()
797 Locale aLocale( CreateLocale( nLanguage ) ); in spell() local
[all …]
H A Dspelldsp.hxx107 …virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale ) throw(::com::…
110 …lid( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
111 …ell( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, const ::com::sun…
H A Dthesdsp.hxx88 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
96 const ::com::sun::star::lang::Locale& aLocale,
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java364 Locale aLocale = new Locale( "de", "DE", "de" ); in testAxis() local
366 …String aFormatStr = aFormats.generateFormat( nNewNumberFormat, aLocale, true, true, (short)3, (sho… in testAxis()
367 nNewNumberFormat = aFormats.addNew( aFormatStr, aLocale ); in testAxis()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1049 com.sun.star.lang.Locale aLocale = new com.sun.star.lang.Locale(); in insertFormattedField() local
1050 aLocale.Country = "US"; in insertFormattedField()
1051 aLocale.Language = "en"; in insertFormattedField()
1060 int nFormatKey = xNumberFormats.queryKey(sFormatString, aLocale, true); in insertFormattedField()
1063 nFormatKey = xNumberFormats.addNew(sFormatString, aLocale); in insertFormattedField()

Completed in 147 milliseconds

12345678910>>...12