Lines Matching refs:mpTransliterationWrapper
46 mpTransliterationWrapper= NULL; in I18nHelper()
60 delete mpTransliterationWrapper; in ImplDestroyWrappers()
61 mpTransliterationWrapper= NULL; in ImplDestroyWrappers()
66 if ( !mpTransliterationWrapper ) in ImplGetTransliterationWrapper()
72 …((vcl::I18nHelper*)this)->mpTransliterationWrapper = new utl::TransliterationWrapper( mxMSF, (i18n… in ImplGetTransliterationWrapper()
73 …((vcl::I18nHelper*)this)->mpTransliterationWrapper->loadModuleIfNeeded( MsLangId::convertLocaleToL… in ImplGetTransliterationWrapper()
75 return *mpTransliterationWrapper; in ImplGetTransliterationWrapper()
132 delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper; in CompareString()
133 ((vcl::I18nHelper*)this)->mpTransliterationWrapper = NULL; in CompareString()
151 delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper; in MatchString()
152 ((vcl::I18nHelper*)this)->mpTransliterationWrapper = NULL; in MatchString()