Home | History | Annotate | Download | only in cintltst

Lines Matching defs:epiLength

4582     int32_t proLength, epiLength, srcLen, destLen, tc;
4600 /* test epiLength < -1 */
4603 testOK &= assertIllegalArgument("Error when epiLength < -1", &rc);
4617 epiLength = strlen(cc.epilogue);
4618 pseudoToU16(epiLength, cc.epilogue, epilogue);
4622 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);