Searched refs:newLocale (Results 1 – 9 of 9) sorted by relevance
267 rtl_Locale *newLocale = NULL; in rtl_locale_register() local282 if (rtl_hashtable_find(g_pLocaleTable, key, hashCode, &newLocale)) in rtl_locale_register()283 return newLocale; in rtl_locale_register()289 newLocale = (rtl_Locale*)rtl_allocateMemory( sizeof(rtl_Locale) ); in rtl_locale_register()291 newLocale->Language = sLanguage; in rtl_locale_register()292 newLocale->Country = sCountry; in rtl_locale_register()293 newLocale->Variant = sVariant; in rtl_locale_register()294 newLocale->HashCode = hashCode; in rtl_locale_register()296 rtl_hashtable_add(&g_pLocaleTable, newLocale); in rtl_locale_register()298 return newLocale; in rtl_locale_register()
51 Locale newLocale = new Locale("de", "DE", ""); in _setLocale() local52 oObj.setLocale(newLocale); in _setLocale()55 boolean res = ((getLocale.Country.equals(newLocale.Country)) && in _setLocale()56 (getLocale.Language.equals(newLocale.Language))); in _setLocale()59 log.println("Expected Language " + newLocale.Language + in _setLocale()60 " and Country " + newLocale.Country); in _setLocale()
180 final String newLocale = locale.getStringValue(); in getLocaleFromRegistry() local181 if (newLocale != null) in getLocaleFromRegistry()183 currentLocale = newLocale.replace('-', '_'); in getLocaleFromRegistry()
483 void StringResourceImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceImpl974 void StringResourcePersistenceImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourcePersistenceImpl977 StringResourceImpl::newLocale( locale ); in newLocale()2509 void StringResourceWithStorageImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceWithStorageImpl2512 StringResourceImpl::newLocale( locale ); in newLocale()2864 void StringResourceWithLocationImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceWithLocationImpl2867 StringResourceImpl::newLocale( locale ); in newLocale()
251 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )404 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )518 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )644 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )
714 m_xStringResourceManager->newLocale( rLocale ); in handleAddLocales()722 m_xStringResourceManager->newLocale( rLocale ); in handleAddLocales()
861 xStringResourceWithLocation->newLocale( rLocale ); in SaveDialog()
100 void setDefault( [in] com::sun::star::lang::Locale newLocale );
245 void newLocale( [in] com::sun::star::lang::Locale locale )
Completed in 70 milliseconds