Home
last modified time | relevance | path

Searched refs:aLocale (Results 76 – 100 of 299) sorted by path

12345678910>>...12

/trunk/main/i18npool/inc/
H A DcollatorImpl.hxx85 lang::Locale aLocale; member
90 …com::sun::star::uno::Reference < XCollator >& _xC) : aLocale(rLocale), algorithm(_algorithm), serv… in lookupTableItem()
92 return aLocale.Language == rLocale.Language && in equals()
93 aLocale.Country == rLocale.Country && in equals()
94 aLocale.Variant == rLocale.Variant && in equals()
H A Ddefaultnumberingprovider.hxx58 getDefaultOutlineNumberings( const com::sun::star::lang::Locale& aLocale )
63 getDefaultContinuousNumberingLevels( const com::sun::star::lang::Locale& aLocale )
70 const com::sun::star::lang::Locale& aLocale )
H A Dindexentrysupplier.hxx100 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::IndexEntrySupplier
H A Dindexentrysupplier_common.hxx101 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::IndexEntrySupplier_Common
H A Dnativenumbersupplier.hxx48 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode )
51 virtual sal_Bool SAL_CALL isValidNatNum( const ::com::sun::star::lang::Locale& aLocale,
56 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode )
73 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode,
77 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nNativeNumberMode )
81 ::com::sun::star::lang::Locale aLocale;
H A Dnumberformatcode.hxx61 ::com::sun::star::lang::Locale aLocale;
H A Dtextconversion.hxx51 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
58 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
65 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
71 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
111 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
118 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
125 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
131 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
167 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
187 interactiveConversion(const ::com::sun::star::lang::Locale& aLocale,
[all …]
H A DtextconversionImpl.hxx48 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
55 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
62 const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nTextConversionType,
68 interactiveConversion( const ::com::sun::star::lang::Locale& aLocale,
85 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::TextConversionImpl
H A Dtransliteration_commonclass.hxx110 com::sun::star::lang::Locale aLocale; member in com::sun::star::i18n::transliteration_commonclass
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx516 if (aLocaleName == listItem->aLocale.Language) { in createLocaleSpecificBreakIterator()
538 if (xBI.is() && rLocale == aLocale) in getLocaleSpecificBreakIterator()
541 aLocale = rLocale; in getLocaleSpecificBreakIterator()
545 if (rLocale == listItem->aLocale) in getLocaleSpecificBreakIterator()
575 lookupTable.push_back( new lookupTableItem(aLocale, xBI) ); in getLocaleSpecificBreakIterator()
H A Dbreakiterator_unicode.cxx60 aLocale(), in BreakIterator_Unicode()
114 rLocale.Language != aLocale.Language || rLocale.Country != aLocale.Country || in loadICUBreakIterator()
115 rLocale.Variant != aLocale.Variant) { in loadICUBreakIterator()
187 aLocale=rLocale; in loadICUBreakIterator()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx253 aLocale = rLocale; in loadCalendar()
798 static sal_Int16 SAL_CALL NatNumForCalendar(const com::sun::star::lang::Locale& aLocale, in NatNumForCalendar() argument
805 sal_Bool isChinese = aLocale.Language.equalsAscii("zh"); in NatNumForCalendar()
806 sal_Bool isJapanese = aLocale.Language.equalsAscii("ja"); in NatNumForCalendar()
807 sal_Bool isKorean = aLocale.Language.equalsAscii("ko"); in NatNumForCalendar()
926 if (idx == 0) aStr = LocaleData().getLocaleItem(aLocale).timeAM; in getDisplayName()
927 else if (idx == 1) aStr = LocaleData().getLocaleItem(aLocale).timePM; in getDisplayName()
966 Sequence< OUString> xR = LocaleData().getReservedWord(aLocale); in getDisplayString()
1052 … sal_Int16 nNatNum = NatNumForCalendar(aLocale, nCalendarDisplayCode, nNativeNumberMode, value); in getDisplayString()
1054 return aNatNum.getNativeNumberString(aOUStr, aLocale, nNatNum); in getDisplayString()
H A Dcalendar_jewish.cxx298 return aNatNum.getNativeNumberString(OUString::valueOf(value), aLocale, nNativeNumberMode ); in getDisplayString()
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx362 const Locale& aLocale ) in makeNumberingString() argument
466 translit->loadModuleByImplName(transliteration, aLocale); in makeNumberingString()
477 locale = aLocale; in makeNumberingString()
481 locale = aLocale; in makeNumberingString()
765 Locale aLocale(OUString::createFromAscii("en"), OUString(), OUString()); in makeNumberingIdentifier() local
772 result += makeNumberingString( aProperties, aLocale ); in makeNumberingIdentifier()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx123 … if (xIES.is() && rSortAlgorithm == aSortAlgorithm && rLocale.Language == aLocale.Language && in getLocaleSpecificIndexEntrySupplier()
124 rLocale.Country == aLocale.Country && rLocale.Variant == aLocale.Variant) in getLocaleSpecificIndexEntrySupplier()
128 aLocale = rLocale; in getLocaleSpecificIndexEntrySupplier()
H A Dindexentrysupplier_common.cxx75 aLocale = rLocale; in loadAlgorithm()
119 if (usePhonetic && PhoneticEntry.getLength() > 0 && rLocale.Language == aLocale.Language && in getEntry()
120 rLocale.Country == aLocale.Country && rLocale.Variant == aLocale.Variant) in getEntry()
/trunk/main/i18npool/source/isolang/
H A Dmslangid.cxx187 ::com::sun::star::lang::Locale aLocale; in convertLanguageToLocale()
196 convertLanguageToLocale( nLang, aLocale); in convertLanguageToLocale()
198 return aLocale; in convertLanguageToLocale()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx276 com::sun::star::lang::Locale aLocale; member
279 return (rLocale == aLocale); in equals()
386 Locale aLocale; in getFunctionSymbolByName() local
387 aLocale.Language = localeName; in getFunctionSymbolByName()
388 Locale aFbLocale = MsLangId::getFallbackLocale( aLocale); in getFunctionSymbolByName()
389 if (aFbLocale == aLocale) in getFunctionSymbolByName()
1341 cachedItem->aLocale = rLocale; in getFunctionSymbol()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx578 if (!aLocale.Language.equals(rLocale.Language) || in getNativeNumberString()
579 !aLocale.Country.equals(rLocale.Country) || in getNativeNumberString()
580 !aLocale.Variant.equals(rLocale.Variant)) { in getNativeNumberString()
582 aLocale = rLocale; in getNativeNumberString()
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx157 if ( aLocale.Country != rLocale.Country in setupLocale()
158 || aLocale.Language != rLocale.Language in setupLocale()
159 || aLocale.Variant != rLocale.Variant ) in setupLocale()
162 aLocale = rLocale; in setupLocale()
176 aFormatSeq = xlocaleData->getAllFormats( aLocale ); in getFormats()
/trunk/main/i18npool/source/ordinalsuffix/
H A Dordinalsuffix.cxx83 const Locale &aLocale ) throw( RuntimeException ) in getOrdinalSuffix() argument
87 if (aLocale.Language.equalsAsciiL("en",2)) in getOrdinalSuffix()
/trunk/main/i18npool/source/textconversion/
H A DtextconversionImpl.cxx91 if (xMSF.is() && rLocale != aLocale) { in getLocaleSpecificTextConversion()
92 aLocale = rLocale; in getLocaleSpecificTextConversion()
97 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language); in getLocaleSpecificTextConversion()
101 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language + in getLocaleSpecificTextConversion()
102 OUString::createFromAscii("_") + aLocale.Country); in getLocaleSpecificTextConversion()
105 OUString::createFromAscii("com.sun.star.i18n.TextConversion_") + aLocale.Language + in getLocaleSpecificTextConversion()
106 OUString::createFromAscii("_") + aLocale.Country + in getLocaleSpecificTextConversion()
107 OUString::createFromAscii("_") + aLocale.Variant); in getLocaleSpecificTextConversion()
H A Dtextconversion_ko.cxx204 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument
255aLocale, ConversionDictionaryType::HANGUL_HANJA, eDirection, nConversionOptions); // user dictiona… in getConversions()
294 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument
310 …result = getConversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConve… in getConversion()
H A Dtextconversion_zh.cxx137 aLocale, ConversionDictionaryType::SCHINESE_TCHINESE, in getWordConversion()
246 aLocale=rLocale; in getConversion()
270 aLocale=rLocale; in getConversionWithOffset()
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx127 …Supplier(useOffset).getNativeNumberString( inStr.copy(startPos, nCount), aLocale, nNativeNumberMod… in transliterate()
142 return NativeNumberSupplier().getNativeNumberChar( inChar, aLocale, nNativeNumberMode ); in transliterateChar2Char()

Completed in 196 milliseconds

12345678910>>...12