Searched refs:ume_m (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/comp/
H A Diconv.c682 static unsigned char ume_m[UCHAR_MAX+1]; variable
703 memset(ume_m, NOE, sizeof(ume_m));
705 ume_m[c] = i;
743 else if ((w = ume_m[c]) == NOE)
757 w = (w << 6) | ume_m[*f++];
758 w = (w << 6) | ume_m[*f++];

Completed in 13 milliseconds