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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerDataReader.java321 * @param fcdBytes
328 protected void read(byte[] normBytes, byte[] fcdBytes, byte[] auxBytes, argument
348 dataInputStream.readFully(fcdBytes);
H A DNormalizerImpl.java274 byte[] fcdBytes = new byte[indexes[NormalizerImpl.INDEX_FCD_TRIE_SIZE]];
282 reader.read(normBytes, fcdBytes,auxBytes, extraData, combiningTable);
285 FCDTrieImpl.fcdTrie = new CharTrie( new ByteArrayInputStream(fcdBytes),fcdTrieImpl );

Completed in 40 milliseconds