Home | History | Annotate | Download | only in common

Lines Matching refs:epiLength

2101     int32_t length=pBiDi->epiLength;
2261 if(limit==pBiDi->length && pBiDi->epiLength>0) {
2332 const UChar *epilogue, int32_t epiLength,
2336 if(pBiDi==NULL || proLength<-1 || epiLength<-1 ||
2337 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
2347 if(epiLength
2348 pBiDi->epiLength=u_strlen(epilogue);
2350 pBiDi->epiLength=epiLength;
2359 pBiDi->epiLength=0;