Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvlat1.c184 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()
[all …]
Duts46.cpp768 UChar oredChars=0; in processLabel() local
782 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java384 char oredChars=0; in processLabel() local
398 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()