Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dtext.c31 int (*wvConvertUnicodeToEntity) (U16 char16) = NULL; variable
767 if ((wvConvertUnicodeToEntity != NULL) in wvOutputFromUnicode()
768 && wvConvertUnicodeToEntity (eachchar)) in wvOutputFromUnicode()
H A DwvConfig.c43 extern int (*wvConvertUnicodeToEntity) (U16 char16);
3677 wvConvertUnicodeToEntity = wvConvertUnicodeToHtml; in wvSetEntityConverter()
3679 wvConvertUnicodeToEntity = wvConvertUnicodeToLaTeX; in wvSetEntityConverter()
3681 wvConvertUnicodeToEntity = wvConvertUnicodeToXml; in wvSetEntityConverter()