Searched refs:third (Results 1 – 3 of 3) sorted by relevance
80 final int third = string.indexOf('_', second + 1); in parseLangScriptRegionAndVariants() local104 } else if (third == -1) { in parseLangScriptRegionAndVariants()144 outputArray[IDX_REGION] = string.substring(second + 1, third); in parseLangScriptRegionAndVariants()145 outputArray[IDX_VARIANT] = string.substring(third + 1); in parseLangScriptRegionAndVariants()
116 wherever such third-party notices normally appear. The contents188 identification within third-party archives.
1508 RecordedRequest third = server.takeRequest();1509 assertEquals("Expected connection reuse", 1, third.getSequenceNumber());