HomeSort by relevance Sort by last modified time
    Searched refs:expectedEscaped (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/cintltst/
creststn.c 598 UChar* expectedEscaped;
622 expectedEscaped = (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
624 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
625 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
630 if(expectedEscaped[i] != got[i]){
631 log_verbose("Expected: 0x%04X Got: 0x%04X \n",expectedEscaped[i], got[i]);
635 free(expectedEscaped);
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 79 milliseconds