Searched refs:titleLength (Results 1 – 2 of 2) sorted by relevance
74 int titleLength = title.length(); in matches() local76 if (titleLength < queryLength || queryLength <= 0) { in matches()84 int end = titleLength - queryLength; in matches()88 nextType = i < (titleLength - 1) ? in matches()
645 int titleLength = (data[pos + 9] & 0xff); in parseEIT() local646 if (data.length <= pos + 10 + titleLength + 1) { in parseEIT()651 if (titleLength > 0) { in parseEIT()654 if ((data[pos + 10 + titleLength] & 0xf0) != 0xf0) { in parseEIT()658 int descriptorsLength = ((data[pos + 10 + titleLength] & 0x0f) << 8) in parseEIT()659 | (data[pos + 10 + titleLength + 1] & 0xff); in parseEIT()660 int descriptorsPos = pos + 10 + titleLength + 2; in parseEIT()675 pos += 10 + titleLength + 2 + descriptorsLength; in parseEIT()