Home | History | Annotate | Download | only in cintltst

Lines Matching refs:actualLen

4118     int32_t actualLen;
4120 actualLen = strlen(destChars);
4122 actualLen = ubidi_getResultLength(pBiDi);
4123 if (actualLen != destLen) {
4126 "Expected:", destLen, "Actual:", actualLen,