Home | History | Annotate | Download | only in common

Lines Matching refs:epiLength

2075     int32_t length=pBiDi->epiLength;
2235 if(limit==pBiDi->length && pBiDi->epiLength>0) {
2306 const UChar *epilogue, int32_t epiLength,
2310 if(pBiDi==NULL || proLength<-1 || epiLength<-1 ||
2311 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
2321 if(epiLength==-1) {
2322 pBiDi->epiLength=u_strlen(epilogue);
2324 pBiDi->epiLength=epiLength;
2333 pBiDi->epiLength=0;