Home | History | Annotate | Download | only in unicode

Lines Matching refs:epilogue

1053  * appearing before ("prologue") and/or after ("epilogue") the main text
1056 * This function specifies the prologue and/or the epilogue for the next
1058 * epilogue should not be modified by the calling program until the call
1075 * Calling ubidi_setContext() with specification of an epilogue will change
1077 * by the first strong character or digit appearing in the epilogue, if any.<p>
1085 * cancels any previous setting of non-empty prologue or epilogue.
1087 * prologue or epilogue.<p>
1092 * would have been if all the text, including prologue and epilogue, had
1096 * &nbsp;&nbsp;epilogue = none<br>
1116 * @param epilogue is a pointer to the text which follows the text that
1118 * If there is no epilogue to consider, then <code>epiLength</code>
1121 * @param epiLength is the length of the epilogue; if <code>epiLength==-1</code>
1122 * then the epilogue must be zero-terminated.
1124 * that there is no epilogue to consider.
1134 const UChar *epilogue, int32_t epiLength,