comparison lib/Xsj3clib/util.h @ 0:92745d501b9a

initial import from kinput2-v3.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 04:44:30 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92745d501b9a
1 /* $Id: util.h,v 2.1 1993/09/21 09:41:39 nao Exp $ */
2 /*
3 * Copyright 1991 Sony Corporation
4 *
5 * Permission to use, copy, modify, distribute, and sell this software and its
6 * documentation for any purpose is hereby granted without fee, provided that
7 * the above copyright notice appear in all copies and that both that
8 * copyright notice and this permission notice appear in supporting
9 * documentation, and that the name of Sony not be used in advertising or
10 * publicity pertaining to distribution of the software without specific,
11 * written prior permission. Sony makes no representations about the
12 * suitability of this software for any purpose. It is provided "as is"
13 * without express or implied warranty.
14 *
15 * SONY DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SONY
17 * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
19 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 */
22 /*
23 * Author: Naoshi Suzuki, SONY Corporation. (nao@sm.sony.co.jp)
24 */
25
26 extern void Xsj3cError();
27 extern void Xsj3cWarning();
28
29 extern int _Xsj3cwPStowOUT();
30 extern int _Xsj3cwOUTtowPS();
31 extern int _Xsj3cmPStowPS();
32 extern int _Xsj3cmPStowOUT();
33 extern int _Xsj3cmPStowPSn();
34 extern int _Xsj3cmPStowOUTn();
35 extern void _Xsj3cwPStomPS();
36 extern void _Xsj3cwOUTtomPS();
37
38 extern int _Xsj3cCmp();
39 extern int _Xsj3cWcpy();
40 extern void _Xsj3cWcat();
41 extern int _Xsj3cWlen();
42 extern char *_Xsj3cItoa();
43 extern char *_Xsj3cXtoa();
44
45 extern void _Xsj3cInsertChar();
46 extern void _Xsj3cInsertWchar();
47 extern void _Xsj3cExtractChar();
48 extern void _Xsj3cStoreYomi();
49 extern int _Xsj3cStoreKanji();
50
51 extern void _Xsj3cFlushDcid();
52 extern void _Xsj3cClearDcid();
53
54 extern Xsj3ccMode _Xsj3cCheckMode();
55
56 extern int in_lang, out_lang;
57 extern int locked[SERVER_NUM];
58 extern unsigned long KanaMask;
59
60 extern wchar (*CodeConvFunc[4][4])();