Lines Matching refs:xe0
440 * between 2- and 3-byte sequences (0xe0).
442 * The compiler should combine the subtractions for the two tests for 0xe0.
457 if(ch > 0xe0) {
468 } else if(ch < 0xe0) {
505 if(ch > 0xe0) {
515 } else if(ch < 0xe0) {
567 if(ch > 0xe0) {
578 } else if(ch < 0xe0) {
622 if(ch > 0xe0) {
634 } else if(ch < 0xe0) {
672 if(ch > 0xe0) {
683 } else if(ch < 0xe0) {
776 } else if(ch < 0xe0) { /* U+0080..U+07FF */
824 } else if(ch < 0xe0) { /* U+0080..U+07FF */
877 } else if(ch < 0xe0) { /* U+0080..U+07FF */
908 } else if(ch < 0xe0) { /* U+0080..U+07FF */
963 *pDest++=(uint8_t)((c>>12)|0xe0);
1028 *pDest++=(uint8_t)((ch>>12)|0xe0);
1112 *pDest++=(uint8_t)((ch>>12)|0xe0);
1171 *pDest++=(uint8_t)((ch>>12)|0xe0);
1350 if(ch >= 0xe0) {
1403 if(ch >= 0xe0) {
1457 if(ch >= 0xe0) {
1592 *pDest++=(uint8_t)((ch>>12)|0xe0);
1618 *pDest++=(uint8_t)((ch>>12)|0xe0);