Home
last modified time | relevance | path

Searched refs:BIN_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp49 #define BIN_ALIGNMENT 16 macro
665 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()