Home
last modified time | relevance | path

Searched refs:third (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DICU.java80 final int third = string.indexOf('_', second + 1); in parseLangScriptRegionAndVariants() local
104 } 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()
/libcore/benchmarks/libs/
Dcaliper.jar.txt116 wherever such third-party notices normally appear. The contents
188 identification within third-party archives.
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java1508 RecordedRequest third = server.takeRequest();
1509 assertEquals("Expected connection reuse", 1, third.getSequenceNumber());