Searched refs:BIN_ALIGNMENT (Results 1 – 2 of 2) 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 macro672 if (dataStart % BIN_ALIGNMENT) { in handlePreWrite()673 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handlePreWrite()781 if (dataStart % BIN_ALIGNMENT) { in handleWrite()782 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handleWrite()