OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedEscaped
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
creststn.c
597
UChar*
expectedEscaped
;
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
);
[
all
...]
/external/icu4c/test/cintltst/
creststn.c
600
UChar*
expectedEscaped
;
624
expectedEscaped
= (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
626
expectedLen = u_unescape(pattern,
expectedEscaped
,patternLen);
627
if(got==NULL || u_strncmp(
expectedEscaped
,got,expectedLen)!=0 || expectedLen != len){
632
if(
expectedEscaped
[i] != got[i]){
633
log_verbose("Expected: 0x%04X Got: 0x%04X \n",
expectedEscaped
[i], got[i]);
637
free(
expectedEscaped
);
[
all
...]
Completed in 20 milliseconds