Home | History | Annotate | Download | only in cintltst

Lines Matching defs:actualLen

3875     int32_t actualLen;
3877 actualLen = strlen(destChars);
3879 actualLen = ubidi_getResultLength(pBiDi);
3880 if (actualLen != destLen) {
3883 "Expected:", destLen, "Actual:", actualLen,