Home
last modified time | relevance | path

Searched refs:ISC1CTRL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/iconv_modules/ja/common/
H A DUnicode_TO_PCK.c109 if (ISC1CTRL((unsigned char)euc16)) { in _icv_iconv()
H A Djapanese.h155 #define ISC1CTRL(c) (((c) >= 0x80) && ((c) <= 0x9f)) macro