HomeSort by relevance Sort by last modified time
    Searched refs:rtt2asc (Results 1 - 7 of 7) sorted by null

  /external/mksh/src/
expr.c 777 if (!UTFMODE || rtt2asc(*src) < 0xC2 ||
795 if ((wc = ord(rtt2asc(*s++))) < 0x80) {
809 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80)
817 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80)
821 if (((c = ord(rtt2asc(*s++))) & 0xC0) != 0x80)
edit.c 718 if (UTFMODE && prefix_len && (rtt2asc(words[0][prefix_len]) & 0xC0) == 0x80)
719 while (prefix_len && (rtt2asc(words[0][prefix_len]) & 0xC0) != 0xC0)
1190 if ((rtt2asc(buf[0]) >= (unsigned char)0xC2) &&
1191 (rtt2asc(buf[0]) < (unsigned char)0xF0)) {
1195 if ((rtt2asc(c) & 0xC0) != 0x80) {
1201 if ((rtt2asc(buf[0]) >= (unsigned char)0xE0) &&
1202 (rtt2asc(buf[0]) < (unsigned char)0xF0)) {
1323 if (((rtt2asc(c) & 0xC0) == 0x80) && left) {
    [all...]
sh.h 1500 #define rtt2asc macro
1506 #define rtt2asc macro
    [all...]
lex.c     [all...]
eval.c 1179 wc = rtt2asc(*s++);
    [all...]
misc.c 1350 while (rtt2asc(c = *p++) >= 32)
    [all...]
var.c 582 wc = 0xEF00 + rtt2asc(*s);
    [all...]

Completed in 71 milliseconds