Lines Matching refs:uExpect
468 UChar uExpect[200];586 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);587 if(u_strcmp(uExpect,str)){641 u_charsToUChars(expect,uExpect,(int32_t)strlen(expect)+1);643 if(str == NULL || u_strcmp(uExpect,str)){