Home | History | Annotate | Download | only in common

Lines Matching defs:FIRSTALLOC

1796 #define FIRSTALLOC  10
1802 pInsertPoints->points=static_cast<Point *>(uprv_malloc(sizeof(Point)*FIRSTALLOC));
1808 pInsertPoints->capacity=FIRSTALLOC;
1827 #undef FIRSTALLOC