Home
last modified time | relevance | path

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

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dkanji.h27 #define maybeThinKeisen(str) (*(str) == (char)0xa8) macro
51 #define maybeThinKeisen(str) ( ((UCHAR)*(str) == (UCHAR)0x84) && \ macro
H A Dtable.c81 if (jisTableEnabled && maybeThinKeisen(s)) {