Home
last modified time | relevance | path

Searched refs:str_utf8 (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DCharacterHelper.cpp4 str_ansi * GetANSIFromUTF8(const str_utf8 * pUTF8) in GetANSIFromUTF8()
22 str_utf8 * pANSI = new str_utf8 [nCharacters + 1]; in GetANSIFromUTF16()
51 str_utf16 * GetUTF16FromUTF8(const str_utf8 * pUTF8) in GetUTF16FromUTF8()
99 str_utf8 * GetUTF8FromANSI(const str_ansi * pANSI) in GetUTF8FromANSI()
102 str_utf8 * pUTF8 = GetUTF8FromUTF16(pUTF16); in GetUTF8FromANSI()
107 str_utf8 * GetUTF8FromUTF16(const str_utf16 * pUTF16) in GetUTF8FromUTF16()
124 str_utf8 * pUTF8 = new str_utf8 [nUTF8Bytes + 1]; in GetUTF8FromUTF16()
132 pUTF8[nUTF8Index++] = (str_utf8) pUTF16[z]; in GetUTF8FromUTF16()
149 str_utf8 * pUTF8 = new str_utf8 [nCharacters + 1]; in GetUTF8FromUTF16()
H A DCharacterHelper.h8 str_ansi * GetANSIFromUTF8(const str_utf8 * pUTF8);
11 str_utf16 * GetUTF16FromUTF8(const str_utf8 * pUTF8);
12 str_utf8 * GetUTF8FromANSI(const str_ansi * pANSI);
13 str_utf8 * GetUTF8FromUTF16(const str_utf16 * pUTF16);
H A DNoWindows.h21 typedef unsigned char str_utf8; typedef
H A DAPETag.cpp380 spUTF16.Assign(GetUTF16FromUTF8((str_utf8 *) pAPETagField->GetFieldValue()), TRUE); in GetFieldString()
525 CSmartPtr<str_utf8> spNameUTF8(new str_utf8 [nNameCharacters + 1], TRUE); in LoadField()
526 memcpy(spNameUTF8, &pBuffer[nLocation], (nNameCharacters + 1) * sizeof(str_utf8)); in LoadField()
549 CSmartPtr<str_utf8> spFieldValueUTF8(GetUTF8FromUTF16((str_utf16 *) pFieldValue), TRUE); in SetFieldString()
H A DAll.h73 typedef unsigned char str_utf8; typedef