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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 95 #define LINE_BUFFER_SIZE 512
126 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE);
128 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE);
169 LINE_BUFFER_SIZE))!=NULL) {
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 95 #define LINE_BUFFER_SIZE 512
126 line = (char *)uprv_malloc(sizeof(char) * LINE_BUFFER_SIZE);
128 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE);
169 LINE_BUFFER_SIZE))!=NULL) {

Completed in 49 milliseconds