Home | History | Annotate | Download | only in cintltst

Lines Matching defs:actualLen

3447     int32_t actualLen;
3449 actualLen = strlen(destChars);
3451 actualLen = ubidi_getResultLength(pBiDi);
3452 if (actualLen != destLen) {
3455 "Expected:", destLen, "Actual:", actualLen,