Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvlat1.c186 UChar u, oredChars; in _Latin1FromUnicodeWithOffsets() local
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()
[all …]
Duts46.cpp787 UChar oredChars=0; in processLabel() local
801 oredChars|=c; in processLabel()
832 if( (options&UIDNA_CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()
837 if((options&UIDNA_CHECK_CONTEXTO)!=0 && oredChars>=0xb7) { in processLabel()
847 } else if(oredChars>=0x80) { in processLabel()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java387 char oredChars=0; in processLabel() local
401 oredChars|=c; in processLabel()
434 if( (options&CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()
439 if((options&CHECK_CONTEXTO)!=0 && oredChars>=0xb7) { in processLabel()
449 } else if(oredChars>=0x80) { in processLabel()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java386 char oredChars=0; in processLabel() local
400 oredChars|=c; in processLabel()
433 if( (options&CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c && in processLabel()
438 if((options&CHECK_CONTEXTO)!=0 && oredChars>=0xb7) { in processLabel()
448 } else if(oredChars>=0x80) { in processLabel()