Home | History | Annotate | Download | only in common

Lines Matching full:epilogue

1468     /* return first strong char or digit in epilogue */
1469 const UChar *text=pBiDi->epilogue;
1670 const UChar *epilogue, int32_t epiLength,
1675 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
1686 pBiDi->epiLength=u_strlen(epilogue);
1691 pBiDi->epilogue=epilogue;