Searched refs:GetANSIFromUTF16 (Results 1 – 4 of 4) sorted by relevance
9 str_ansi * GetANSIFromUTF16(const str_utf16 * pUTF16);
7 str_ansi * pANSI = GetANSIFromUTF16(pUTF16); in GetANSIFromUTF8()12 str_ansi * GetANSIFromUTF16(const str_utf16 * pUTF16) in GetANSIFromUTF16() function
96 CSmartPtr<char> spANSI(GetANSIFromUTF16(pFilename), TRUE); in FileExists()
37 CSmartPtr<char> spFieldNameANSI(GetANSIFromUTF16(m_spFieldNameUTF16), TRUE); in GetFieldSize()68 CSmartPtr<char> spFieldNameANSI((char *) GetANSIFromUTF16(m_spFieldNameUTF16), TRUE); in SaveField()339 …_ansi> spANSI(bUTF8Encode ? (str_ansi *) GetUTF8FromUTF16(pUTF16) : GetANSIFromUTF16(pUTF16), TRUE…725 CSmartPtr<str_ansi> spBufferANSI(GetANSIFromUTF16(cBuffer), TRUE); in GetFieldID3String()