Searched refs:oredChars (Results 1 – 3 of 3) sorted by relevance
184 UChar u, oredChars; in _Latin1FromUnicodeWithOffsets() local188 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()[all …]
768 UChar oredChars=0; in processLabel() local782 oredChars|=c; in processLabel()813 if( (options&UIDNA_CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()818 if((options&UIDNA_CHECK_CONTEXTO)!=0 && oredChars>=0xb7) { in processLabel()828 } else if(oredChars>=0x80) { in processLabel()
384 char oredChars=0; in processLabel() local398 oredChars|=c; in processLabel()431 if( (options&CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()436 if((options&CHECK_CONTEXTO)!=0 && oredChars>=0xb7) { in processLabel()446 } else if(oredChars>=0x80) { in processLabel()