Searched refs:equivalent (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | LocaleMatcher.java | 541 String equivalent; in parse() local 542 if ((equivalent = getEquivalentForRegionAndVariant(r)) != null in parse() 543 && !tempList.contains(equivalent)) { in parse() 544 list.add(index+1, new LanguageRange(equivalent, w)); in parse() 546 tempList.add(equivalent); in parse() 560 equivalent = getEquivalentForRegionAndVariant(equiv); in parse() 561 if (equivalent != null in parse() 562 && !tempList.contains(equivalent)) { in parse() 563 list.add(index+1, new LanguageRange(equivalent, w)); in parse() 565 tempList.add(equivalent); in parse() [all …]
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | PowTests.java | 209 } else if (equivalent(x, +0.0)) { in testCrossProduct() 212 } else if (equivalent(x, -0.0)) { in testCrossProduct() 231 static boolean equivalent(double a, double b) { in equivalent() method in PowTests
|
/libcore/ |
D | known_oj_tags.txt | 16 # them specially, and putting them in here is equivalent to ignoring them
|
D | LICENSE | 159 from a designated place, then offering equivalent access to copy the source
|
/libcore/tools/docs/crypto/ |
D | README | 20 is equivalent to supported_api_levels.endswith('+'), but is included for
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 104 # server string is the equivalent of the NT Description field
|
/libcore/ojluni/src/test/ |
D | LICENSE | 167 access to copy from a designated place, then offering equivalent
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 167 access to copy from a designated place, then offering equivalent
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 829 * position cannot be mapped to an equivalent $otype$ sequence and
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 2002 * (inclusive) and the limit (exclusive); that is, it is equivalent to
|
/libcore/ojluni/src/main/ |
D | LICENSE | 167 from a designated place, then offering equivalent access to copy the source
|