Searched refs:wordArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DIcons.java201 static private byte[] wordsToBytes(int[] wordArray) { argument
202 byte[] bytes = new byte[wordArray.length * 4];
204 for (int i = wordArray.length-1; i >= 0; --i) {
205 int word = wordArray[i];

Completed in 40 milliseconds