Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.c95 #define LINE_BUFFER_SIZE 512 macro
126 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
128 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
169 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()