Home
last modified time | relevance | path

Searched refs:nDoubleByte (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dmsg.c262 int nSubStrIndex=0, nDoubleByte=FALSE; local
266 nDoubleByte = ((*pszStart) & 0x80);
267 if (nDoubleByte) {
269 nIndex+nSubStrIndex < nLen && ((*psz)&0x80) == nDoubleByte;
298 int nSubStrIndex=0, nDoubleByte=FALSE; local
302 nDoubleByte = ((*pszStart) & 0x80);
303 if (nDoubleByte) {
305 nIndex+nSubStrIndex < nLen && ((*psz)&0x80) == nDoubleByte;
H A Dfont.c577 int nDoubleByte; in GetPrevChar()
582 if (nDoubleByte) {
964 int nSubStrIndex=0, nDoubleByte; local
969 nDoubleByte = ((*pszStart) & 0x80);
970 if (nDoubleByte) {
1042 int nDoubleByte, nIndex=0; local
1053 if (nDoubleByte) {
1107 int nDoubleByte, nIndex=0, nTotal=0; local
1116 if (nDoubleByte) {
1156 int nDoubleByte, nIndex=0, nTotal=0; local
[all …]
H A Dcutpaste.e87 extern void SetFontPropertyMask ARGS_DECL((int nDoubleByte, int nFont,
H A Dfont.e154 extern char * GetPrevChar ARGS_DECL((int nDoubleByte, char *pszStr,
H A Dcutpaste.c1649 void SetFontPropertyMask(nDoubleByte, nFont, nStyle, plMask, plSkip, pProp) in SetFontPropertyMask() argument
1650 int nDoubleByte, nFont, nStyle; in SetFontPropertyMask()
1662 TestFontProp(nDoubleByte, nFont, nStyle, pProp->double_byte,
1667 pProp->double_byte = nDoubleByte;