Searched refs:BIN_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
54 public static final int BIN_ALIGNMENT = 16; field in ICUResourceWriter1090 size = SIZE_OF_INT + data.length + BIN_ALIGNMENT; in setSize()1102 if (dataStart % BIN_ALIGNMENT != 0) { in writeBinary()1103 pad = (BIN_ALIGNMENT - (dataStart % BIN_ALIGNMENT)); in writeBinary()1117 out.write(createPadding(BIN_ALIGNMENT - pad + extrapad)); in writeBinary()
56 #define BIN_ALIGNMENT 16 macro684 if (dataStart % BIN_ALIGNMENT) { in handlePreWrite()685 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handlePreWrite()793 if (dataStart % BIN_ALIGNMENT) { in handleWrite()794 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handleWrite()