Home | History | Annotate | Download | only in common

Lines Matching refs:UCNV_HAS_SUPPLEMENTARY

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