Home | History | Annotate | Download | only in unicode

Lines Matching refs:prologue

1053  * appearing before ("prologue") and/or after ("epilogue") the main text
1056 * This function specifies the prologue and/or the epilogue for the next
1057 * call to ubidi_setPara(). The characters specified as prologue and
1066 * ubidi_setContext() which specifies a prologue, the paragraph level will
1067 * be computed taking in consideration the text in the prologue.<p>
1072 * Calling ubidi_setContext() with specification of a prologue will change
1074 * strong character appearing in the prologue, if any.
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
1095 * &nbsp;&nbsp;prologue = "<code>abc DE</code>"<br>
1099 * &nbsp;&nbsp;display without prologue = "<code>HGF xyz</code>"
1101 * &nbsp;&nbsp;display with prologue = "<code>abc HGFED xyz</code>"
1106 * @param prologue is a pointer to the text which precedes the text that
1108 * If there is no prologue to consider, then <code>proLength</code>
1111 * @param proLength is the length of the prologue; if <code>proLength==-1</code>
1112 * then the prologue must be zero-terminated.
1114 * that there is no prologue to consider.
1133 const UChar *prologue, int32_t proLength,