Home | History | Annotate | Download | only in i18n

Lines Matching refs:xC0

52 #define ZERO_CC_LIMIT_            0xC0
4473 if((tertiary &0xC0) != 0) {
4915 caseBits = (uint8_t)(tertiary & 0xC0);
4919 if((caseBits & 0xC0) == 0) {
4928 if((caseBits & 0xC0) == 0) {
6169 caseBits = (uint8_t)(CE & 0xC0);
6179 if((caseBits & 0xC0) == 0) {
6192 if((caseBits & 0xC0) == 0) {
7563 sOrder = (sOrder & UCOL_PRIMARYMASK) | 0xC0; /* preserve interesting continuation */
7613 tOrder = (tOrder & UCOL_PRIMARYMASK) | 0xC0; /* preserve interesting continuation */