Home
last modified time | relevance | path

Searched refs:oredChars (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducnvlat1.c183 UChar u, oredChars; in _Latin1FromUnicodeWithOffsets() local
187 oredChars=u=*source++; in _Latin1FromUnicodeWithOffsets()
189 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
191 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
193 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
195 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
197 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
199 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
201 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
203 oredChars|=u=*source++; in _Latin1FromUnicodeWithOffsets()
[all …]
Duts46.cpp774 UChar oredChars=0; in processLabel() local
788 oredChars|=c; in processLabel()
819 if( (options&UIDNA_CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()
831 } else if(oredChars>=0x80) { in processLabel()