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

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp205 static const char* kTags[] = { local
211 static const int32 kTagCount = sizeof(kTags) / sizeof(const char*);
221 int32 nextTag = string.IFindFirst(kTags[i], startPos);
224 tag = kTags[i];

Completed in 40 milliseconds