Home | History | Annotate | Download | only in intltest

Lines Matching refs:uExpect

1019     UChar uExpect[200];
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){