Lines Matching refs:x80
259 utf8_minLegal[4]={ 0, 0x80, 0x800, 0x10000 };
287 trail=(uint8_t)(*s++ - 0x80);
295 trail=(uint8_t)(*s++ - 0x80);
303 trail=(uint8_t)(*s++ - 0x80);
359 illegal|=(trail&0xc0)^0x80;
368 illegal|=(trail&0xc0)^0x80;
372 illegal|=(trail&0xc0)^0x80;
460 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
461 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
471 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
508 (uint8_t)(pSrc[1] - 0x80) <= 0x3f &&
509 (uint8_t)(pSrc[2] - 0x80) <= 0x3f
518 (uint8_t)(pSrc[1] - 0x80) <= 0x3f
570 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
571 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
581 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
626 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
627 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
638 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
676 (uint8_t)(pSrc[1] - 0x80) <= 0x3f &&
677 (uint8_t)(pSrc[2] - 0x80) <= 0x3f
687 (uint8_t)(pSrc[1] - 0x80) <= 0x3f
778 /* 0x3080 = (0xc0 << 6) + 0x80 */
786 /* 0x2080 = (0x80 << 6) + 0x80 */
794 /* 0x3c82080 = (0xf0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80 */
878 /* 0x3080 = (0xc0 << 6) + 0x80 */
882 /* 0x2080 = (0x80 << 6) + 0x80 */
886 /* 0x3c82080 = (0xf0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80 */
910 /* 0x3080 = (0xc0 << 6) + 0x80 */
917 /* 0x2080 = (0x80 << 6) + 0x80 */
925 /* 0x3c82080 = (0xf0 << 18) + (0x80 << 12) + (0x80 << 6) + 0x80 */
961 *pDest++=(uint8_t)((c&0x3f)|0x80);
964 *pDest++=(uint8_t)(((c>>6)&0x3f)|0x80);
965 *pDest++=(uint8_t)(((c)&0x3f)|0x80);
968 *pDest++=(uint8_t)((((c)>>12)&0x3f)|0x80);
969 *pDest++=(uint8_t)((((c)>>6)&0x3f)|0x80);
970 *pDest++=(uint8_t)(((c)&0x3f)|0x80);
1021 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1029 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1030 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1110 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1113 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1114 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1132 *pDest++=(uint8_t)(((ch>>12)&0x3f)|0x80);
1133 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1134 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1164 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1172 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1173 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1353 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
1354 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
1364 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
1407 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
1408 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
1419 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
1461 (uint8_t)(pSrc[1] - 0x80) <= 0x3f &&
1462 (uint8_t)(pSrc[2] - 0x80) <= 0x3f
1472 (uint8_t)(pSrc[1] - 0x80) <= 0x3f
1590 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1593 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1594 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1611 *pDest++=(uint8_t)((ch&0x3f)|0x80);
1619 *pDest++=(uint8_t)(((ch>>6)&0x3f)|0x80);
1620 *pDest++=(uint8_t)((ch&0x3f)|0x80);