Home
last modified time | relevance | path

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

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/unilib/
H A Dutype.h127 #define isbreakbetweenok(ch1,ch2) (((____utype[(ch1)+1]&____BA) && !(____utype[(ch2)+1]&____NS)) ||… macro
/dports/print/fontforge/fontforge-20201107/inc/
H A Dutype.h107 #define isbreakbetweenok(ch1,ch2) (((ffUnicodeUtype((ch1))&FF_UNICODE_BA) && !(ffUnicodeUtype((ch2)… macro
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsflayout.c204 isbreakbetweenok(li->text[pos],li->text[pos+1])) || in LinesInPara()