Searched refs:expectedEscaped (Results 1 – 2 of 2) sorted by relevance
626 UChar* expectedEscaped; in TestNewTypes() local650 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen); in TestNewTypes()652 expectedLen = u_unescape(pattern,expectedEscaped,patternLen); in TestNewTypes()653 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ in TestNewTypes()658 if(expectedEscaped[i] != got[i]){ in TestNewTypes()659 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]); in TestNewTypes()663 free(expectedEscaped); in TestNewTypes()
3220 xmlChar *expectedEscaped = xmlCharStrdup(expected); in xmlSchemaPSimpleTypeErr() local3222 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()3223 FREE_AND_NULL(expectedEscaped); in xmlSchemaPSimpleTypeErr()