Home | History | Annotate | Download | only in cintltst

Lines Matching refs:prologue

4790     const char* prologue;
4830 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN];
4856 /* test prologue == NULL */
4859 testOK &= assertIllegalArgument("Prologue is NULL", &rc);
4867 proLength = strlen(cc.prologue);
4868 pseudoToU16(proLength, cc.prologue, prologue);
4871 /* in the call below, prologue and epilogue are swapped to show
4874 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);
4876 ubidi_setContext(pBiDi, prologue, -1, epilogue, -1, &rc);
4890 "Prologue:", cc.prologue,