Lines Matching full:year
870 if( *intValue != 2000 || strcmp((char*)(intValue+1), "YEAR") != 0 )871 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));