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

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp202 find_next_tag(const BString& string, int32& tagPos, int32& tagLength, argument
213 int32 startPos = tagPos;
214 tagPos = string.Length();
222 if (nextTag >= startPos && nextTag < tagPos) {
223 tagPos = nextTag;
246 string.String() + tagPos + tag.Length());

Completed in 27 milliseconds