Home
last modified time | relevance | path

Searched refs:aParserLocale (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx398 sal_Bool bChanged = (aParserLocale.Language != rLocale.Language in setupInternational()
399 || aParserLocale.Country != rLocale.Country in setupInternational()
400 || aParserLocale.Variant != rLocale.Variant); in setupInternational()
403 aParserLocale.Language = rLocale.Language; in setupInternational()
404 aParserLocale.Country = rLocale.Country; in setupInternational()
405 aParserLocale.Variant = rLocale.Variant; in setupInternational()
427 bool bIntlEqual = (rLocale.Language == aParserLocale.Language && in setupParserTable()
428 rLocale.Country == aParserLocale.Country && in setupParserTable()
429 rLocale.Variant == aParserLocale.Variant); in setupParserTable()
470 xLocaleData->getLocaleItem( aParserLocale ); in initParserTable()
[all …]
/aoo4110/main/i18npool/inc/
H A Dcclass_unicode.hxx128 com::sun::star::lang::Locale aParserLocale; member in com::sun::star::i18n::cclass_Unicode

Completed in 19 milliseconds