Searched defs:pFieldValue (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | APETag.cpp | 14 CAPETagField::CAPETagField(const str_utf16 * pFieldName, const void * pFieldValue, int nFieldBytes,… in CAPETagField() 542 int CAPETag::SetFieldString(const str_utf16 * pFieldName, const str_utf16 * pFieldValue) in SetFieldString() 553 int CAPETag::SetFieldString(const str_utf16 * pFieldName, const char * pFieldValue, BOOL bAlreadyUT… in SetFieldString() 573 int CAPETag::SetFieldBinary(const str_utf16 * pFieldName, const void * pFieldValue, int nFieldBytes… in SetFieldBinary() 701 int CAPETag::SetFieldID3String(const str_utf16 * pFieldName, const char * pFieldValue, int nBytes) in SetFieldID3String()
|