Home
last modified time | relevance | path

Searched refs:chrtmp (Results 1 – 11 of 11) sorted by relevance

/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/japanese/Wnn6-lib/src/contrib/im/Xsi/Wnn/etc/
H A Dyincoding.c569 register w_char chrtmp; local
570 for (; (chrtmp = (((*pinzhuyin_str<<8)&0xff00)|(*(pinzhuyin_str+1)&0x00ff)))
573 if (chrtmp == PY_EOF)
592 register w_char chrtmp; local
593 for (; !isZY_EOF(chrtmp = (((*pinzhuyin_str<<8)&0xff00)|(*(pinzhuyin_str+1)
596 if ( isZY_EOF(chrtmp) )
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/etc/
H A Dyincoding.c551 register w_char chrtmp; local
552 …for (; (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) != PY_EOF &…
554 if (chrtmp == PY_EOF)
574 register w_char chrtmp; local
575 …for (; !isZY_EOF (chrtmp = (((*pinzhuyin_str << 8) & 0xff00) | (*(pinzhuyin_str + 1) & 0x00ff))) &…
577 if (isZY_EOF (chrtmp))
/dports/editors/lazarus/lazarus/components/messagecomposer/
H A Dmessagecomposer.pas517 chrtmp: Char;
532 chrtmp := strtmp[indx+1];
533 if chrtmp in FormatParams then
534 ListParams.Add('%'+chrtmp);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/messagecomposer/
H A Dmessagecomposer.pas517 chrtmp: Char;
532 chrtmp := UpCase(strtmp[indx+1]);
533 if chrtmp in FormatParams then
534 ListParams.Add('%'+chrtmp);
/dports/editors/lazarus-qt5/lazarus/components/messagecomposer/
H A Dmessagecomposer.pas517 chrtmp: Char;
532 chrtmp := strtmp[indx+1];
533 if chrtmp in FormatParams then
534 ListParams.Add('%'+chrtmp);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/messagecomposer/
H A Dmessagecomposer.pas517 chrtmp: Char;
532 chrtmp := UpCase(strtmp[indx+1]);
533 if chrtmp in FormatParams then
534 ListParams.Add('%'+chrtmp);