Home | History | Annotate | Download | only in common

Lines Matching refs:MAX_READ_SIZE

853 #define MAX_READ_SIZE 512
873 char bufferFile[MAX_READ_SIZE];
906 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
907 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;