Home | History | Annotate | Download | only in common

Lines Matching refs:UCNV_HAS_SUPPLEMENTARY

1141     if(c<0x10000 || (sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {
1202 if(c>=0x10000 && !(sharedData->mbcs.unicodeMask&UCNV_HAS_SUPPLEMENTARY)) {