Home
last modified time | relevance | path

Searched refs:GetANSIFromUTF16 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DCharacterHelper.h9 str_ansi * GetANSIFromUTF16(const str_utf16 * pUTF16);
H A DCharacterHelper.cpp7 str_ansi * pANSI = GetANSIFromUTF16(pUTF16); in GetANSIFromUTF8()
12 str_ansi * GetANSIFromUTF16(const str_utf16 * pUTF16) in GetANSIFromUTF16() function
H A DGlobalFunctions.cpp96 CSmartPtr<char> spANSI(GetANSIFromUTF16(pFilename), TRUE); in FileExists()
H A DAPETag.cpp37 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()