Home | History | Annotate | Download | only in common

Lines Matching defs:pu

699         const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
700 for(pu=start; pu<limit; pu++) {
701 if(IS_BIDI_CONTROL_CHAR(*pu)) {
702 runIndex=getRunFromLogicalIndex(pBiDi, (int32_t)(pu-start), pErrorCode);