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

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dustr.c29 #define ALLOCATION(minSize) (minSize < 0x80 ? 0x80 : (2 * minSize + 0x80) & ~(0x80 - 1)) macro

Completed in 132 milliseconds