Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uExpect

473     UChar uExpect[200];
591 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
592 if(u_strcmp(uExpect,str)){
646 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);
648 if(str == NULL || u_strcmp(uExpect,str)){