Home
last modified time | relevance | path

Searched defs:LocaleDataLookupTableItem (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx266 struct LocaleDataLookupTableItem struct
268LocaleDataLookupTableItem(const sal_Char *name, osl::Module* m, const sal_Char* lname) : dllName(n… in LocaleDataLookupTableItem() function
271 const sal_Char* dllName;
272 osl::Module *module;
273 const sal_Char* localeName;
275 com::sun::star::lang::Locale aLocale;
276 sal_Bool equals(const com::sun::star::lang::Locale& rLocale) in equals()