Searched refs:expectedEscaped (Results 1 – 2 of 2) sorted by relevance
598 UChar* expectedEscaped; in TestNewTypes() local622 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen); in TestNewTypes()624 expectedLen = u_unescape(pattern,expectedEscaped,patternLen); in TestNewTypes()625 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ in TestNewTypes()630 if(expectedEscaped[i] != got[i]){ in TestNewTypes()631 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]); in TestNewTypes()635 free(expectedEscaped); in TestNewTypes()
3180 xmlChar *expectedEscaped = xmlCharStrdup(expected); in xmlSchemaPSimpleTypeErr() local3182 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()3183 FREE_AND_NULL(expectedEscaped); in xmlSchemaPSimpleTypeErr()