Lines Matching refs:IntlWrapper
31 IntlWrapper::IntlWrapper( in IntlWrapper() function in IntlWrapper
47 IntlWrapper::IntlWrapper( in IntlWrapper() function in IntlWrapper
63 IntlWrapper::~IntlWrapper() in ~IntlWrapper()
73 void IntlWrapper::ImplNewCharClass() const in ImplNewCharClass()
75 ((IntlWrapper*)this)->pCharClass = new CharClass( xSMgr, aLocale ); in ImplNewCharClass()
79 void IntlWrapper::ImplNewLocaleData() const in ImplNewLocaleData()
81 ((IntlWrapper*)this)->pLocaleData = new LocaleDataWrapper( xSMgr, aLocale ); in ImplNewLocaleData()
85 void IntlWrapper::ImplNewCalendar() const in ImplNewCalendar()
89 ((IntlWrapper*)this)->pCalendar = p; in ImplNewCalendar()
93 void IntlWrapper::ImplNewCollator( sal_Bool bCaseSensitive ) const in ImplNewCollator()
99 ((IntlWrapper*)this)->pCaseCollator = p; in ImplNewCollator()
104 ((IntlWrapper*)this)->pCollator = p; in ImplNewCollator()