Home | History | Annotate | Download | only in strings

Lines Matching refs:BASE_EXPORT

16 #include "base/base_export.h"
34 BASE_EXPORT std::string SysWideToUTF8(const std::wstring& wide);
35 BASE_EXPORT std::wstring SysUTF8ToWide(const StringPiece& utf8);
40 BASE_EXPORT std::string SysWideToNativeMB(const std::wstring& wide);
41 BASE_EXPORT std::wstring SysNativeMBToWide(const StringPiece& native_mb);
50 BASE_EXPORT std::wstring SysMultiByteToWide(const StringPiece& mb,
52 BASE_EXPORT std::string SysWideToMultiByte(const std::wstring& wide,
65 BASE_EXPORT CFStringRef SysUTF8ToCFStringRef(const std::string& utf8);
66 BASE_EXPORT CFStringRef SysUTF16ToCFStringRef(const string16& utf16);
69 BASE_EXPORT NSString* SysUTF8ToNSString(const std::string& utf8);
70 BASE_EXPORT NSString* SysUTF16ToNSString(const string16& utf16);
73 BASE_EXPORT std::string SysCFStringRefToUTF8(CFStringRef ref);
74 BASE_EXPORT string16 SysCFStringRefToUTF16(CFStringRef ref);
78 BASE_EXPORT std::string SysNSStringToUTF8(NSString* ref);
79 BASE_EXPORT string16 SysNSStringToUTF16(NSString* ref);