Home | History | Annotate | Download | only in cintltst

Lines Matching refs:exp

1231                         "alias[0]=NULL, exp. \"%s\"\n",
1254 "alias[0]=\"%s\", exp. \"%s\"\n",
3187 int32_t exp;
3215 if(len != fromUnicodeTests[i].exp){
3290 int32_t exp;
3321 if(len != toUnicodeTests[i].exp){
3696 const uint8_t *exp = expected[i];
3703 if(U_FAILURE(errorCode) || length != exp[0] || 0 != memcmp(bytes, exp+1, length)) {