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_org/third_party/icu/source/test/cintltst/
creststn.c
602
UChar*
expectedEscaped
;
626
expectedEscaped
= (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
628
expectedLen = u_unescape(pattern,
expectedEscaped
,patternLen);
629
if(got==NULL || u_strncmp(
expectedEscaped
,got,expectedLen)!=0 || expectedLen != len){
634
if(
expectedEscaped
[i] != got[i]){
635
log_verbose("Expected: 0x%04X Got: 0x%04X \n",
expectedEscaped
[i], got[i]);
639
free(
expectedEscaped
);
[
all
...]
/external/icu4c/test/cintltst/
creststn.c
602
UChar*
expectedEscaped
;
626
expectedEscaped
= (UChar*)malloc(U_SIZEOF_UCHAR * patternLen);
628
expectedLen = u_unescape(pattern,
expectedEscaped
,patternLen);
629
if(got==NULL || u_strncmp(
expectedEscaped
,got,expectedLen)!=0 || expectedLen != len){
634
if(
expectedEscaped
[i] != got[i]){
635
log_verbose("Expected: 0x%04X Got: 0x%04X \n",
expectedEscaped
[i], got[i]);
639
free(
expectedEscaped
);
[
all
...]
Completed in 31 milliseconds