Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c626 UChar* expectedEscaped; in TestNewTypes() local
650 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()
/external/libxml2/
Dxmlschemas.c3220 xmlChar *expectedEscaped = xmlCharStrdup(expected); in xmlSchemaPSimpleTypeErr() local
3222 msg = xmlStrcat(msg, xmlEscapeFormatString(&expectedEscaped)); in xmlSchemaPSimpleTypeErr()
3223 FREE_AND_NULL(expectedEscaped); in xmlSchemaPSimpleTypeErr()