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.cpp97 #define LINE_BUFFER_SIZE 512 macro
130 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE); in createCommonDataFile()
132 …printf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE); in createCommonDataFile()
173 LINE_BUFFER_SIZE))!=NULL) { in createCommonDataFile()