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

/external/icu4c/test/intltest/
H A Drestsnew.cpp1019 UChar uExpect[200]; local
1137 u_charsToUChars(expect,uExpect,(int32_t)uprv_strlen(expect)+1);
1138 if(str.compare(uExpect)!=0){
1140 +UnicodeString(uExpect )+ " Got: " + str);
1149 u_charsToUChars(expect,uExpect,(int32_t)uprv_strlen(expect)+1);
1150 if(str.compare(uExpect)!=0){
/external/icu4c/test/cintltst/
H A Dcreststn.c472 UChar uExpect[200]; local
590 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
591 if(u_strcmp(uExpect,str)){
645 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
647 if(str == NULL || u_strcmp(uExpect,str)){

Completed in 117 milliseconds