Home | History | Annotate | Download | only in common

Lines Matching defs:pu

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