HomeSort by relevance Sort by last modified time
    Searched defs:charToByte (Results 1 - 2 of 2) sorted by null

  /art/test/422-type-conversion/src/
Main.java 127 charToByte();
532 private static void charToByte() {
533 assertByteEquals((byte)1, $opt$CharToByte((char)1));
534 assertByteEquals((byte)0, $opt$CharToByte((char)0));
535 assertByteEquals((byte)51, $opt$CharToByte((char)51));
536 assertByteEquals((byte)127, $opt$CharToByte((char)127)); // 2^7 - 1
537 assertByteEquals((byte)-128, $opt$CharToByte((char)128)); // 2^7
538 assertByteEquals((byte)-1, $opt$CharToByte((char)32767)); // 2^15 - 1
539 assertByteEquals((byte)-1, $opt$CharToByte((char)65535)); // 2^16 - 1
540 assertByteEquals((byte)-1, $opt$CharToByte((char)-1))
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 147 milliseconds