Home | History | Annotate | Download | only in common

Lines Matching refs:oredChars

183         UChar u, oredChars;
187 oredChars=u=*source++;
189 oredChars|=u=*source++;
191 oredChars|=u=*source++;
193 oredChars|=u=*source++;
195 oredChars|=u=*source++;
197 oredChars|=u=*source++;
199 oredChars|=u=*source++;
201 oredChars|=u=*source++;
203 oredChars|=u=*source++;
205 oredChars|=u=*source++;
207 oredChars|=u=*source++;
209 oredChars|=u=*source++;
211 oredChars|=u=*source++;
213 oredChars|=u=*source++;
215 oredChars|=u=*source++;
217 oredChars|=u=*source++;
221 if(oredChars>max) {
503 UChar oredChars;
507 oredChars=target[0]=source[0];
508 oredChars|=target[1]=source[1];
509 oredChars|=target[2]=source[2];
510 oredChars|=target[3]=source[3];
511 oredChars|=target[4]=source[4];
512 oredChars|=target[5]=source[5];
513 oredChars|=target[6]=source[6];
514 oredChars|=target[7]=source[7];
517 if(oredChars>0x7f) {
639 uint8_t oredChars;
643 oredChars=*target++=*source++;
644 oredChars|=*target++=*source++;
645 oredChars|=*target++=*source++;
646 oredChars|=*target++=*source++;
647 oredChars|=*target++=*source++;
648 oredChars|=*target++=*source++;
649 oredChars|=*target++=*source++;
650 oredChars|=*target++=*source++;
651 oredChars|=*target++=*source++;
652 oredChars|=*target++=*source++;
653 oredChars|=*target++=*source++;
654 oredChars|=*target++=*source++;
655 oredChars|=*target++=*source++;
656 oredChars|=*target++=*source++;
657 oredChars|=*target++=*source++;
658 oredChars|=*target++=*source++;
661 if(oredChars>0x7f) {