Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expLen

2193             int32_t gotLen = 0, expLen=0;
2195 exp = tres_getString(th, -1, "grapheme", &expLen, &status);
2202 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) {