Searched refs:upper (Results 1 – 7 of 7) sorted by relevance
48 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
455 int upper = UPPER; in testSingleCharIO() local458 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() local501 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()
262 int upper = (int) (val >>> 32), lower = (int) val;263 BigInteger b = (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32).
89 name = name.upper()
220 int upper = (int) (i >>> 32); in toUnsignedBigInteger() local224 return (BigInteger.valueOf(Integer.toUnsignedLong(upper))).shiftLeft(32). in toUnsignedBigInteger()
3480 boolean upper = f.contains(Flags.UPPERCASE);3481 sb.append(upper ? "0X" : "0x");3489 if (upper) {3496 sb.append(upper ? 'P' : 'p');
47 …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-…