Home | History | Annotate | Download | only in makedict

Lines Matching refs:MAGIC_NUMBER

765         headerBuffer.write((byte) (0xFF & (FormatSpec.MAGIC_NUMBER >> 24)));
766 headerBuffer.write((byte) (0xFF & (FormatSpec.MAGIC_NUMBER >> 16)));
767 headerBuffer.write((byte) (0xFF & (FormatSpec.MAGIC_NUMBER >> 8)));
768 headerBuffer.write((byte) (0xFF & FormatSpec.MAGIC_NUMBER));