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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp873 char bufferFile[MAX_READ_SIZE]; local
906 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
909 sizeFileRead = fread(bufferFile, 1, sizeFileToRead, file);
910 if (memcmp(tzInfo->defaultTZBuffer + tzInfo->defaultTZPosition, bufferFile, sizeFileRead) != 0) {

Completed in 119 milliseconds