Searched defs:oredChars (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnvlat1.c184 UChar u, oredChars; local
188 oredChars=u=*source++;
190 oredChars|=u=*source++;
192 oredChars|=u=*source++;
194 oredChars|=u=*source++;
196 oredChars|=u=*source++;
198 oredChars|=u=*source++;
200 oredChars|=u=*source++;
202 oredChars|=u=*source++;
204 oredChars|
504 UChar oredChars; local
640 uint8_t oredChars; local
[all...]
H A Duts46.cpp768 UChar oredChars=0; local
782 oredChars|=c;
813 if( (options&UIDNA_CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c &&
818 if((options&UIDNA_CHECK_CONTEXTO)!=0 && oredChars>=0xb7) {
828 } else if(oredChars>=0x80) {

Completed in 136 milliseconds