Home | History | Annotate | Download | only in common

Lines Matching refs:bufferFile

873     char bufferFile[MAX_READ_SIZE];
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) {