Home
last modified time | relevance | path

Searched refs:iseuronumeric (Results 1 – 9 of 9) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h121 #define iseuronumeric(ch) (____utype[(ch)+1]&____ENUM) macro
/dports/print/fontforge/fontforge-20201107/inc/
H A Dutype.h101 #define iseuronumeric(ch) (ffUnicodeUtype((ch))&FF_UNICODE_ENUM) macro
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfaat.c2115 if ( iseuronumeric(sc->unicodeenc) ) in props_array()