Searched refs:newUnpaddedByteArray (Results 1 – 3 of 3) sorted by relevance
143 mLevels = ArrayUtils.newUnpaddedByteArray(len); in setPara()
347 final byte[] levels = ArrayUtils.newUnpaddedByteArray(len); in getTextDirection()
45 public static byte[] newUnpaddedByteArray(int minLen) { in newUnpaddedByteArray() method in ArrayUtils