Home
last modified time | relevance | path

Searched refs:expectedEscaped (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c598 UChar* expectedEscaped; in TestNewTypes() local
622 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()
/external/libxml2/
Dxmlschemas.c3180 xmlChar *expectedEscaped = xmlCharStrdup(expected); in xmlSchemaPSimpleTypeErr() local
3182 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
3183 FREE_AND_NULL(expectedEscaped); in xmlSchemaPSimpleTypeErr()