Searched refs:given (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
D | ShapingTest.java | 96 String given = "\u0627\u0628 456"; in test6943963() local 101 checkResult("ARABIC", ns, given, expected_ARABIC); in test6943963() 104 checkResult("Range.ARABIC", ns, given, expected_ARABIC); in test6943963() 107 checkResult("EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 110 checkResult("Range.EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 113 checkResult("ARABIC | EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 116 checkResult("Range.ARABIC, Range.EASTERN_ARABIC", ns, given, expected_EASTERN_ARABIC); in test6943963() 121 String given = "\u1a20 012"; in test6903266() local 123 checkResult("Range.TAI_THAM_HORA", ns, given, expected); in test6903266() 127 given = "\u1a20 012"; in test6903266() [all …]
|
/libcore/ojluni/src/test/java/text/BreakIterator/ |
D | Bug4533872.java | 44 static final String[] given = { field in Bug4533872 72 for (int i = 0; i < given.length; i++) { in TestNext() 73 iter.setText(given[i]); in TestNext() 79 if (!expected[i][j].equals(given[i].substring(start, end))) { in TestNext() 82 given[i].substring(start, end) + in TestNext() 94 for (int i = 0; i < given.length; i++) { in TestIsBoundary() 95 iter.setText(given[i]); in TestIsBoundary() 100 while (end < given[i].length()) { in TestIsBoundary() 103 end + " for " + given[i]); in TestIsBoundary() 122 for (int i = 0; i < given.length; i++) { in TestPrintEachForward() [all …]
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer-bin.java.template | 51 * <p> Writes $nbytes$ bytes containing the given $type$ value, in the 72 * <p> Reads $nbytes$ bytes at the given index, composing them into a 78 * @return The $type$ value at the given index 96 * <p> Writes $nbytes$ bytes containing the given $type$ value, in the 97 * current byte order, into this buffer at the given index. </p>
|
D | X-Buffer.java.template | 172 * given byte buffer. A <i>view buffer</i> is simply another buffer whose 290 // Creates a new buffer with the given mark, position, limit, capacity, 303 // Creates a new buffer with the given mark, position, limit, and capacity 311 // Creates a new buffer with given base, address and capacity 386 * <p> The new buffer will be backed by the given $type$ array; 398 * Its {@link #array backing array} will be the given array, and 435 * <p> The new buffer will be backed by the given $type$ array; 446 * Its {@link #array backing array} will be the given array, and its 508 * given character sequence. The buffer's capacity will be 545 * given character sequence. The new buffer's capacity and limit will be [all …]
|
D | Direct-X-Buffer.java.template | 148 // memory. A given arbitrary object may also be attached to the buffer. 158 // memory. A given arbitrary object may also be attached to the buffer.
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 165 * Initializes a new $coder$. The new $coder$ will have the given 241 * Initializes a new $coder$. The new $coder$ will have the given 353 * Tells whether or not the given byte array is a legal replacement value 365 * @return {@code true} if, and only if, the given byte array 476 * of the output buffer required for a given input sequence. 488 * of the output buffer required for a given input sequence. This value 506 * $Code$s as many $itype$s as possible from the given input buffer, 507 * writing the results to the given output buffer. 563 * the invoker can provide further input beyond that contained in the given 587 * additional input $itype$s beyond those in the given buffer [all …]
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 299 # Define a home directory to be given to passwd(5) style entries
|
/libcore/ojluni/src/test/ |
D | LICENSE | 242 Each version is given a distinguishing version number. If the Program
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 242 Each version is given a distinguishing version number. If the Program
|
/libcore/ |
D | LICENSE | 227 Each version is given a distinguishing version number. If the Program
|
/libcore/ojluni/src/main/ |
D | LICENSE | 235 Each version is given a distinguishing version number. If the Program
|