Home
last modified time | relevance | path

Searched defs:secondType (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java633 int secondType = path.lastIndexOf("[@type=\""); in getLastType() local
646 int secondType = path.indexOf("\"]/"); in getMainType() local
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java1386 private static int checkContentTypeConsistency(int firstType, int secondType) { in checkContentTypeConsistency()