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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c595 UChar* expectedEscaped; local
619 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
621 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
622 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
627 if(expectedEscaped[i] != got[i]){
628 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]);
632 free(expectedEscaped);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c597 UChar* expectedEscaped; local
621 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
623 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
624 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
629 if(expectedEscaped[i] != got[i]){
630 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]);
634 free(expectedEscaped);

Completed in 240 milliseconds