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

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
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 DCharacterHelper.cpp4 str_ansi * GetANSIFromUTF8(const str_utf8 * pUTF8)
22 str_utf8 * pANSI = new str_utf8 [nCharacters + 1];
24 // pANSI[z] = (pUTF16[z] >= 256) ? '?' : (str_utf8) pUTF16[z];
43 // pUTF16[z] = (str_utf16) ((str_utf8) pANSI[z]);
51 str_utf16 * GetUTF16FromUTF8(const str_utf8 * pUTF8)
99 str_utf8 * GetUTF8FromANSI(const str_ansi * pANSI)
102 str_utf8 * pUTF8 = GetUTF8FromUTF16(pUTF16);
107 str_utf8 * GetUTF8FromUTF16(const str_utf16 * pUTF16)
124 str_utf8 * pUTF
[all...]
H A DNoWindows.h21 typedef unsigned char str_utf8; typedef
H A DAPETag.cpp380 spUTF16.Assign(GetUTF16FromUTF8((str_utf8 *) pAPETagField->GetFieldValue()), TRUE);
525 CSmartPtr<str_utf8> spNameUTF8(new str_utf8 [nNameCharacters + 1], TRUE);
526 memcpy(spNameUTF8, &pBuffer[nLocation], (nNameCharacters + 1) * sizeof(str_utf8));
549 CSmartPtr<str_utf8> spFieldValueUTF8(GetUTF8FromUTF16((str_utf16 *) pFieldValue), TRUE);
H A DAll.h73 typedef unsigned char str_utf8; typedef

Completed in 53 milliseconds