Searched refs:third (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/sun/net/ |
D | RegisteredDomain.java | 734 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/ |
D | ICU.java | 81 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/ |
D | LICENSE | 96 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/ |
D | caliper.jar.txt | 116 wherever such third-party notices normally appear. The contents 188 identification within third-party archives.
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 1766 RecordedRequest third = server.takeRequest(); 1767 assertEquals("Expected connection reuse", 1, third.getSequenceNumber());
|
/libcore/ojluni/ |
D | NOTICE | 382 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.
|