HomeSort by: relevance | last modified time | path
    Searched defs:_SS2 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/citrus/modules/
citrus_euc.c 118 #define _SS2 0x008e
138 return ((c & 0x80) ? c == _SS3 ? 3 : c == _SS2 ? 2 : 1 : 0);
333 *s++ = _SS2;
citrus_euctw.c 109 #define _SS2 0x008e
128 return ((c & 0x80) ? (c == _SS2 ? 2 : 1) : 0);
341 *s++ = _SS2;

Completed in 13 milliseconds