Searched refs:BIN_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
54 public static final int BIN_ALIGNMENT = 16; field in ICUResourceWriter1068 size = SIZE_OF_INT + data.length + BIN_ALIGNMENT; in setSize()1079 if (dataStart % BIN_ALIGNMENT != 0) { in writeBinary()1080 pad = (BIN_ALIGNMENT - (dataStart % BIN_ALIGNMENT)); in writeBinary()1094 out.write(createPadding(BIN_ALIGNMENT - pad + extrapad)); in writeBinary()
49 #define BIN_ALIGNMENT 16 macro665 if (dataStart % BIN_ALIGNMENT) { in handlePreWrite()666 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handlePreWrite()774 if (dataStart % BIN_ALIGNMENT) { in handleWrite()775 pad = (BIN_ALIGNMENT - dataStart % BIN_ALIGNMENT); in handleWrite()