Home | History | Annotate | Download | only in cintltst

Lines Matching defs:actualLen

3261     int32_t actualLen;
3263 actualLen = strlen(destChars);
3265 actualLen = ubidi_getResultLength(pBiDi);
3266 if (actualLen != destLen) {
3269 "Expected:", destLen, "Actual:", actualLen,