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

  /external/chromium/third_party/icu/source/tools/toolutil/
ucbuf.c 34 #define MAX_IN_BUF 1000
164 char carr[MAX_IN_BUF] = {'\0'};
179 memset(pTarget+offset,0xff,sizeof(UChar)*(MAX_IN_BUF-offset));
182 cbufSize = MAX_IN_BUF;
  /external/icu4c/tools/toolutil/
ucbuf.c 34 #define MAX_IN_BUF 1000
164 char carr[MAX_IN_BUF] = {'\0'};
179 memset(pTarget+offset,0xff,sizeof(UChar)*(MAX_IN_BUF-offset));
182 cbufSize = MAX_IN_BUF;

Completed in 4635 milliseconds