Lines Matching refs:x10000
51 uint16_t stageUTF8[0x10000>>MBCS_UTF8_STAGE_SHIFT]; /* allow for utf8Max=0xffff */
428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry);
444 entry=MBCS_ENTRY_FINAL_SET_ACTION(entry, (MBCS_STATE_VALID_DIRECT_16+(flag==3 ? 2 : 0)+(c>=0x10000 ? 1 : 0)));
446 /* put the code point into bits 22..7 for BMP, c-0x10000 into 26..7 for others */
450 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c-0x10000);
469 if(c>=0x10000) {
494 real=0x10000+((old&0x3ff)<<10)+((mbcsData->unicodeCodeUnits[offset+1])&0x3ff);