Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/util/
DHexEncodingTest.java48 assertEquals(upper(expected), actualUpper); in testEncodeByte()
63 String encodedUpper = upper((String) testCase[1]); in testEncodeBytes()
125 private static String upper(String string) { in upper() method in HexEncodingTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOutputStreamWriterTest.java455 int upper = UPPER; in testSingleCharIO() local
458 upper = 128; in testSingleCharIO()
461 upper = 256; in testSingleCharIO()
465 for (int c = 0; c < upper; ++c) { in testSingleCharIO()
473 for (int expected = 0; expected < upper; ++expected) { in testSingleCharIO()
498 int upper = UPPER; in testBlockIO() local
501 upper = 128; in testBlockIO()
504 upper = 256; in testBlockIO()
509 for (int c = 0; c < upper; ++c) { in testBlockIO()
523 while (expected < upper) { in testBlockIO()
/libcore/luni/src/test/java/libcore/java/lang/
DLongTest.java262 int upper = (int) (val >>> 32), lower = (int) val;
263 BigInteger b = (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).
/libcore/tools/docs/crypto/
Dupdate_crypto_support.py89 name = name.upper()
/libcore/ojluni/src/main/java/java/lang/
DLong.java220 int upper = (int) (i >>> 32); in toUnsignedBigInteger() local
224 return (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32). in toUnsignedBigInteger()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java3480 boolean upper = f.contains(Flags.UPPERCASE);
3481 sb.append(upper ? "0X" : "0x");
3489 if (upper) {
3496 sb.append(upper ? 'P' : 'p');
/libcore/expectations/
Dknownfailures.txt47 …description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
1295 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1296 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-…
1297 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr'…
1298 …"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-…