Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/
DRegisteredDomain.java734 int third = cname.lastIndexOf('.', second - 1); in getRegisteredDomain() local
736 if (third > 0) { in getRegisteredDomain()
737 fourth = cname.lastIndexOf('.', third - 1); in getRegisteredDomain()
751 String s3 = cname.substring(third + 1, second); in getRegisteredDomain()
752 String s4 = cname.substring(fourth + 1, third); in getRegisteredDomain()
765 String str = cname.substring(third + 1); in getRegisteredDomain()
766 if (third != -1) { in getRegisteredDomain()
774 String s3 = cname.substring(third + 1, second); in getRegisteredDomain()
778 return cname.substring(third + 1); in getRegisteredDomain()
787 return cname.substring(third + 1); in getRegisteredDomain()
[all …]
/libcore/luni/src/main/java/libcore/icu/
DICU.java81 final int third = string.indexOf('_', second + 1); in parseLangScriptRegionAndVariants() local
105 } else if (third == -1) { in parseLangScriptRegionAndVariants()
145 outputArray[IDX_REGION] = string.substring(second + 1, third); in parseLangScriptRegionAndVariants()
146 outputArray[IDX_VARIANT] = string.substring(third + 1); in parseLangScriptRegionAndVariants()
/libcore/
DLICENSE96 licensed as a whole at no charge to all third parties under the terms of
137 give any third party, for a charge no more than your cost of physically
161 third parties are not compelled to copy the source along with the object code.
183 third parties to this License.
/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.java1766 RecordedRequest third = server.takeRequest();
1767 assertEquals("Expected connection reuse", 1, third.getSequenceNumber());
/libcore/ojluni/
DNOTICE382 licensed as a whole at no charge to all third parties under the terms of
423 give any third party, for a charge no more than your cost of physically
447 third parties are not compelled to copy the source along with the object code.
469 third parties to this License.
8208 will not be liable for any third party claims against you.