Home | History | Annotate | Download | only in tzcode

Lines Matching refs:TZ_ICU_MAGIC

294     // Check for TZ_ICU_MAGIC signature at file start.  If we get a
302 if (strncmp(buf, TZ_ICU_MAGIC, 4) != 0) {
303 throw invalid_argument("TZ_ICU_MAGIC signature missing");