Home
last modified time | relevance | path

Searched refs:str_utfn (Results 1 – 24 of 24) sorted by relevance

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Shared/
H A DAPETag.h178 const str_utfn * GetFieldName();
200 CSmartPtr<str_utfn> m_spFieldNameUTF16;
216 CAPETag(const str_utfn * pFilename, bool bAnalyze = true);
229 …int SetFieldString(const str_utfn * pFieldName, const str_utfn * pFieldValue, const str_utfn * pLi…
230 …int SetFieldString(const str_utfn * pFieldName, const char * pFieldValue, bool bAlreadyUTF8Encoded…
234 int GetFieldBinary(const str_utfn * pFieldName, void * pBuffer, int * pBufferBytes);
235 …int GetFieldString(const str_utfn * pFieldName, str_utfn * pBuffer, int * pBufferCharacters, const…
239 int RemoveField(const str_utfn * pFieldName);
262 CAPETagField * GetTagField(const str_utfn * pFieldName);
276 int GetTagFieldIndex(const str_utfn * pFieldName);
[all …]
H A DMACLib.h336 virtual int Start(const str_utfn * pOutputFilename, const WAVEFORMATEX * pwfeInput,
452 …APE::IAPEDecompress * __stdcall CreateIAPEDecompress(const APE::str_utfn * pFilename, int * pError…
469 …DLLEXPORT int __stdcall CompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * …
470 …DLLEXPORT int __stdcall DecompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn
471 …DLLEXPORT int __stdcall ConvertFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * p…
472 …DLLEXPORT int __stdcall VerifyFileW(const APE::str_utfn * pInputFilename, int * pPercentageDone, A…
474 …DLLEXPORT int __stdcall CompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn *…
475 …DLLEXPORT int __stdcall DecompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn
476 …DLLEXPORT int __stdcall ConvertFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn * …
477 …DLLEXPORT int __stdcall VerifyFileW2(const APE::str_utfn * pInputFilename, APE::IAPEProgressCallba…
H A DMACDll.h51 typedef int (__stdcall * proc_APECompress_StartW)(APE_COMPRESS_HANDLE, const APE::str_utfn *, const…
64 …dcall c_APECompress_StartW(APE_COMPRESS_HANDLE hAPECompress, const APE::str_utfn * pOutputFilename…
88 …rt ) APE_DECOMPRESS_HANDLE __stdcall c_APEDecompress_CreateW(const APE::str_utfn * pFilename, int …
H A DAll.h123 …typedef wchar_t str_utfn; // could be UTF-16 or UTF-32 dependi… typedef
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPETag.h178 const str_utfn * GetFieldName();
200 CSmartPtr<str_utfn> m_spFieldNameUTF16;
216 CAPETag(const str_utfn * pFilename, bool bAnalyze = true);
229 …int SetFieldString(const str_utfn * pFieldName, const str_utfn * pFieldValue, const str_utfn * pLi…
230 …int SetFieldString(const str_utfn * pFieldName, const char * pFieldValue, bool bAlreadyUTF8Encoded…
234 int GetFieldBinary(const str_utfn * pFieldName, void * pBuffer, int * pBufferBytes);
235 …int GetFieldString(const str_utfn * pFieldName, str_utfn * pBuffer, int * pBufferCharacters, const…
239 int RemoveField(const str_utfn * pFieldName);
262 CAPETagField * GetTagField(const str_utfn * pFieldName);
276 int GetTagFieldIndex(const str_utfn * pFieldName);
[all …]
H A DMACLib.h336 virtual int Start(const str_utfn * pOutputFilename, const WAVEFORMATEX * pwfeInput,
452 …APE::IAPEDecompress * __stdcall CreateIAPEDecompress(const APE::str_utfn * pFilename, int * pError…
469 …DLLEXPORT int __stdcall CompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * …
470 …DLLEXPORT int __stdcall DecompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn
471 …DLLEXPORT int __stdcall ConvertFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * p…
472 …DLLEXPORT int __stdcall VerifyFileW(const APE::str_utfn * pInputFilename, int * pPercentageDone, A…
474 …DLLEXPORT int __stdcall CompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn *…
475 …DLLEXPORT int __stdcall DecompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn
476 …DLLEXPORT int __stdcall ConvertFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn * …
477 …DLLEXPORT int __stdcall VerifyFileW2(const APE::str_utfn * pInputFilename, APE::IAPEProgressCallba…
H A DAPESimple.cpp19 int DecompressCore(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFilename, int…
59 CSmartPtr<str_utfn> spInputFile(CAPECharacterHelper::GetUTF16FromANSI(pInputFilename), true); in CompressFile()
66 CSmartPtr<str_utfn> spInputFile(CAPECharacterHelper::GetUTF16FromANSI(pInputFilename), true); in DecompressFile()
73 CSmartPtr<str_utfn> spInputFile(CAPECharacterHelper::GetUTF16FromANSI(pInputFilename), true); in ConvertFile()
87 int __stdcall CompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFile… in CompressFileW()
99 int __stdcall DecompressFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFi… in DecompressFileW()
105 int __stdcall ConvertFileW(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFilen… in ConvertFileW()
114 int __stdcall CompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFil… in CompressFileW2()
315 int __stdcall DecompressFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputF… in DecompressFileW2()
326 int __stdcall ConvertFileW2(const APE::str_utfn * pInputFilename, const APE::str_utfn * pOutputFile… in ConvertFileW2()
[all …]
H A DAPETag.cpp41 const str_utfn * CAPETagField::GetFieldName() in GetFieldName()
100 CAPETag::CAPETag(const str_utfn * pFilename, bool bAnalyze) in CAPETag()
331 int CAPETag::GetTagFieldIndex(const str_utfn * pFieldName) in GetTagFieldIndex()
355 str_utfn * pUTF16 = new str_utfn [*pBufferCharacters + 1]; in GetFieldString()
381 int CAPETag::GetFieldString(const str_utfn * pFieldName, str_utfn * pBuffer, int * pBufferCharacter… in GetFieldString()
412 CSmartPtr<str_utfn> spUTF16; in GetFieldString()
532 str_utfn cBuffer[256] = { 0 }; int nBufferCharacters = 255; in CreateID3Tag()
609 int CAPETag::SetFieldString(const str_utfn * pFieldName, const str_utfn * pFieldValue, const str_ut… in SetFieldString()
620 …t CAPETag::SetFieldString(const str_utfn * pFieldName, const char * pFieldValue, bool bAlreadyUTF8… in SetFieldString()
735 int CAPETag::RemoveField(const str_utfn * pFieldName) in RemoveField()
[all …]
H A DAPELink.cpp14 CAPELink::CAPELink(const str_utfn * pFilename) in CAPELink()
39 CAPELink::CAPELink(const char * pData, const str_utfn * pFilename) in CAPELink()
48 void CAPELink::ParseData(const char * pData, const str_utfn * pFilename) in ParseData()
82 …CSmartPtr<str_utfn> spImageFileUTF16(CAPECharacterHelper::GetUTF16FromUTF8((const str_utf8 *) cIma… in ParseData()
87 str_utfn cImagePath[MAX_PATH + 1]; in ParseData()
114 const str_utfn * CAPELink::GetImageFilename() in GetImageFilename()
H A DAPELink.h12 CAPELink(const str_utfn * pFilename);
13 CAPELink(const char * pData, const str_utfn * pFilename);
25 str_utfn m_cImageFilename[MAX_PATH];
27 void ParseData(const char * pData, const str_utfn * pFilename);
H A DMACLib.cpp61 IAPEDecompress * __stdcall CreateIAPEDecompress(const str_utfn * pFilename, int * pErrorCode) in CreateIAPEDecompress()
76 const str_utfn * pExtension = &pFilename[wcslen(pFilename)]; in CreateIAPEDecompress()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DCharacterHelper.cpp9 str_utfn * pUTF16 = GetUTF16FromUTF8(pUTF8); in GetANSIFromUTF8()
15 str_ansi * CAPECharacterHelper::GetANSIFromUTF16(const str_utfn * pUTF16) in GetANSIFromUTF16()
34 str_utfn * CAPECharacterHelper::GetUTF16FromANSI(const str_ansi * pANSI) in GetUTF16FromANSI()
37 str_utfn * pUTF16 = new str_utfn [nCharacters + 1]; in GetUTF16FromANSI()
40 memset(pUTF16, 0, sizeof(str_utfn) * (nCharacters + 1)); in GetUTF16FromANSI()
45 pUTF16[z] = (str_utfn) ((str_utf8) pANSI[z]); in GetUTF16FromANSI()
52 str_utfn * CAPECharacterHelper::GetUTF16FromUTF8(const str_utf8 * pUTF8) in GetUTF16FromUTF8()
69 str_utfn * pUTF16 = new str_utfn [nCharacters + 1]; in GetUTF16FromUTF8()
98 str_utfn * pUTF16 = GetUTF16FromANSI(pANSI); in GetUTF8FromANSI()
104 str_utf8 * CAPECharacterHelper::GetUTF8FromUTF16(const str_utfn * pUTF16) in GetUTF8FromUTF16()
H A DCharacterHelper.h13 static str_ansi * GetANSIFromUTF16(const str_utfn * pUTF16);
14 static str_utfn * GetUTF16FromANSI(const str_ansi * pANSI);
15 static str_utfn * GetUTF16FromUTF8(const str_utf8 * pUTF8);
17 static str_utf8 * GetUTF8FromUTF16(const str_utfn * pUTF16);
H A DGlobalFunctions.cpp142 bool StringIsEqual(const str_utfn * pString1, const str_utfn * pString2, bool bCaseSensitive, int n… in StringIsEqual()
157 str_utfn f, l; in StringIsEqual()
H A DGlobalFunctions.h38 bool StringIsEqual(const str_utfn * pString1, const str_utfn * pString2, bool bCaseSensitive, int n…
H A DAPEInfoDialog.h12 …int ShowAPEInfoDialog(const str_utfn * pFilename, HINSTANCE hInstance, const str_utfn * lpszTempla…
H A DWAVInfoDialog.h12 …long ShowWAVInfoDialog(const str_utfn * pFilename, HINSTANCE hInstance, const str_utfn * lpTemplat…
H A DWAVInfoDialog.cpp48 long CWAVInfoDialog::ShowWAVInfoDialog(const str_utfn * pFilename, HINSTANCE hInstance, const str_u… in ShowWAVInfoDialog()
H A DAPEInfoDialog.cpp61 int CAPEInfoDialog::ShowAPEInfoDialog(const str_utfn * pFilename, HINSTANCE hInstance, const str_ut… in ShowAPEInfoDialog()
H A DAll.h123 …typedef wchar_t str_utfn; // could be UTF-16 or UTF-32 dependi… typedef
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACDll/
H A DWinamp2.h33 static void BuildDescriptionStringFromFilename(CString & strBuffer, const str_utfn * pFilename);
34 …static void BuildDescriptionString(CString & strBuffer, CAPETag * pAPETag, const str_utfn * pFilen…
H A DMACDll.h51 typedef int (__stdcall * proc_APECompress_StartW)(APE_COMPRESS_HANDLE, const APE::str_utfn *, const…
64 …dcall c_APECompress_StartW(APE_COMPRESS_HANDLE hAPECompress, const APE::str_utfn * pOutputFilename…
88 …rt ) APE_DECOMPRESS_HANDLE __stdcall c_APEDecompress_CreateW(const APE::str_utfn * pFilename, int …
H A DWinamp2.cpp95 CSmartPtr<str_utfn> spFilename(CAPECharacterHelper::GetUTF16FromANSI(pFilename), TRUE); in Play()
472 CSmartPtr<str_utfn> spFilename(CAPECharacterHelper::GetUTF16FromANSI(pFilename), TRUE); in ShowFileInformationDialog()
483 void CAPEWinampPlugin::BuildDescriptionStringFromFilename(CString & strBuffer, const str_utfn * pFi… in BuildDescriptionStringFromFilename()
485 const str_utfn * p = pFilename + _tcslen(pFilename); in BuildDescriptionStringFromFilename()
495 …pPlugin::BuildDescriptionString(CString & strBuffer, CAPETag * pAPETag, const str_utfn * pFilename) in BuildDescriptionString()
H A DMACDll.cpp153 APE_DECOMPRESS_HANDLE __stdcall c_APEDecompress_CreateW(const str_utfn * pFilename, int * pErrorCod… in c_APEDecompress_CreateW()
201 int __stdcall c_APECompress_StartW(APE_COMPRESS_HANDLE hAPECompress, const str_utfn * pOutputFilena… in c_APECompress_StartW()