Lines Matching refs:xF
123 utf8[count] = (byte_t)(0xc0 | ((c >> 12) & 0xf));193 str[count] = (byte_t)(0xc0 | ((c >> 12) & 0xf));348 str[count] = dialdigits[c & 0xf];355 str[count] = dialdigits[(c >> 4) & 0xf];531 v = (c & 0xf);538 v = (c >> 4) & 0xf;821 case 0xF: