Searched refs:MAX_READ_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp857 #define MAX_READ_SIZE 512 macro
877 char bufferFile[MAX_READ_SIZE];
910 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
911 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
/external/icu/icu4c/source/common/
H A Dputil.cpp857 #define MAX_READ_SIZE 512 macro
877 char bufferFile[MAX_READ_SIZE];
910 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
911 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;

Completed in 498 milliseconds