Searched refs:nextTag (Results 1 - 1 of 1) sorted by path

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp221 int32 nextTag = string.IFindFirst(kTags[i], startPos); local
222 if (nextTag >= startPos && nextTag < tagPos) {
223 tagPos = nextTag;

Completed in 45 milliseconds