Lines Matching refs:oredChars
184 UChar u, oredChars; in _Latin1FromUnicodeWithOffsets() local
188 oredChars=u=*source++; in _Latin1FromUnicodeWithOffsets()
190 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
192 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
194 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
196 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
198 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
200 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
202 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
204 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
206 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
208 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
210 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
212 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
214 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
216 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
218 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
222 if(oredChars>max) { in _Latin1FromUnicodeWithOffsets()
504 UChar oredChars; in _ASCIIToUnicodeWithOffsets() local
508 oredChars=target[0]=source[0]; in _ASCIIToUnicodeWithOffsets()
509 oredChars|=target[1]=source[1]; in _ASCIIToUnicodeWithOffsets()
510 oredChars|=target[2]=source[2]; in _ASCIIToUnicodeWithOffsets()
511 oredChars|=target[3]=source[3]; in _ASCIIToUnicodeWithOffsets()
512 oredChars|=target[4]=source[4]; in _ASCIIToUnicodeWithOffsets()
513 oredChars|=target[5]=source[5]; in _ASCIIToUnicodeWithOffsets()
514 oredChars|=target[6]=source[6]; in _ASCIIToUnicodeWithOffsets()
515 oredChars|=target[7]=source[7]; in _ASCIIToUnicodeWithOffsets()
518 if(oredChars>0x7f) { in _ASCIIToUnicodeWithOffsets()
640 uint8_t oredChars; in ucnv_ASCIIFromUTF8() local
644 oredChars=*target++=*source++; in ucnv_ASCIIFromUTF8()
645 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
646 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
647 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
648 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
649 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
650 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
651 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
652 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
653 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
654 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
655 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
656 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
657 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
658 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
659 oredChars|=*target++=*source++; in ucnv_ASCIIFromUTF8()
662 if(oredChars>0x7f) { in ucnv_ASCIIFromUTF8()