Revert "Change the way to conver Mbs to Wcs and vice versa"
[platform/framework/native/appfw.git] / src / base / inc / FBaseUtil_IcuConverter.h
index c0a1e25..192622b 100644 (file)
@@ -37,7 +37,10 @@ class _ICUConverter
        public:
                _ICUConverter();
                ~_ICUConverter();
-               static result GetResultFromIcuErrorCode(UErrorCode& err);
+
+       private:
+               result GetResultFromIcuErrorCode(UErrorCode& err);
+       public:
                bool OpenConverter(const Tizen::Base::String& encodingScheme);
                wchar_t* ConvertToUcharN(const char* src, int srcLength);
                char* ConvertFromUcharN(const wchar_t* pSrc, int srcLength, int& retLength);
@@ -47,9 +50,6 @@ class _ICUConverter
                UConverter* __pConverter;
 }; // _ICUConverter
 
-char* ConvertWcsToMbsN(const wchar_t* pValue);
-wchar_t* ConvertMbsToWcsN(const char* pValue);
-
 }}} // Tizen::Base::Utility
 
 #endif // _FBASE_UTIL_ICU_CONVERTER_H_