Searched refs:tagLength (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp202 find_next_tag(const BString& string, int32& tagPos, int32& tagLength, argument
215 tagLength = 0;
232 tagLength = tag.Length();
253 tagLength += 8;
304 int32 tagLength; local
305 bool stateChanged = find_next_tag(string, nextPos, tagLength, state);
312 pos = nextPos + tagLength;
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp320 uint16 tagLength; local
321 if (!buffer.Read(tagLength))
323 buffer.Skip(tagLength);
525 uint16 tagLength; local
526 if (!buffer.Read(tagLength))
528 buffer.Skip(tagLength);
653 uint16 tagLength; local
654 if (!buffer.Read(tagLength))
656 buffer.Skip(tagLength);

Completed in 38 milliseconds