Home
last modified time | relevance | path

Searched refs:bomSz (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2721 …rminatedUnicodeString(PVFile* aInputFile, OSCL_wHeapString<OsclMemAllocator> &aData, uint32 &bomSz) in readNullTerminatedUnicodeString() argument
2737 bomSz = UNICODE_BOM_SIZE; in readNullTerminatedUnicodeString()
2774 bomSz = 0; in readNullTerminatedUnicodeString()
3462 uint32 bomSz = 0; in GetAlbumArtInfo() local
3465 if (readNullTerminatedUnicodeString(iInputFile, aDescription, bomSz) == false) in GetAlbumArtInfo()
3472 …size = (2 * oscl_strlen(aDescription.get_str())) + bomSz + sizeof(oscl_wchar) * 1; //2 byte null c… in GetAlbumArtInfo()
3499 uint32 bomSz = 0; in GetAlbumArtInfo() local
3502 if (readNullTerminatedUnicodeString(iInputFile, aDescription, bomSz) == false) in GetAlbumArtInfo()
3509 …desSize = (2 * oscl_strlen(aDescription.get_str())) + bomSz + sizeof(oscl_wchar) * 1; //2 bytes fo… in GetAlbumArtInfo()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h804 …minatedUnicodeString(PVFile* aInputFile, OSCL_wHeapString<OsclMemAllocator> &aData, uint32 &bomSz);