Searched defs:skipLength (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java627 public static void skipBytes(ByteBuffer bytes, int skipLength) { argument
628 if (skipLength > 0) {
629 bytes.position(bytes.position() + skipLength);

Completed in 75 milliseconds