HomeSort by relevance Sort by last modified time
    Searched refs:PARA_GROW (Results 1 - 2 of 2) sorted by null

  /external/icu4c/samples/layout/
paragraph.cpp 28 #define PARA_GROW 8
77 : fParagraphLayout(NULL), fParagraphCount(0), fParagraphMax(PARA_GROW), fParagraphGrow(PARA_GROW),
pflow.c 32 #define PARA_GROW 8
127 flow->fParagraphMax = PARA_GROW;
128 flow->fParagraphGrow = PARA_GROW;

Completed in 26 milliseconds