Import sj3-patches-20040916
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
381c676eda
commit
a76f53bc03
78 changed files with 3433 additions and 3852 deletions
|
|
@ -31,53 +31,38 @@
|
|||
* $SonyRCSfile: functbl.c,v $
|
||||
* $SonyRevision: 1.1 $
|
||||
* $SonyDate: 1994/06/03 08:01:46 $
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#include "sj_rename.h"
|
||||
#include "sj_typedef.h"
|
||||
#include "sj_func.h"
|
||||
#include "kanakan.h"
|
||||
|
||||
|
||||
|
||||
Void num_type00(), num_type01(), num_type02(), num_type03();
|
||||
Void num_type04(), num_type05(), num_type06(), num_type07();
|
||||
Void num_type08(), num_type09(), num_type10(), num_type11();
|
||||
Void num_type12(), num_type13(), num_type14();
|
||||
VFunc cvtnum_func[] = {
|
||||
VFuncNT cvtnum_func[] = {
|
||||
num_type00, num_type01, num_type02, num_type03,
|
||||
num_type04, num_type05, num_type06, num_type07,
|
||||
num_type08, num_type09, num_type10, num_type11,
|
||||
num_type12, num_type13, num_type14
|
||||
};
|
||||
|
||||
|
||||
|
||||
Uchar *getkan_hira(), *getkan_kata(), *getkan_knj(), *getkan_ofs();
|
||||
Uchar *getkan_norm(), *getkan_none();
|
||||
UCPFunc getkan_func[] = {
|
||||
UCPFuncGK getkan_func[] = {
|
||||
getkan_norm, getkan_norm, getkan_hira, getkan_kata,
|
||||
getkan_knj, getkan_ofs, getkan_norm, getkan_none,
|
||||
getkan_norm, getkan_norm, getkan_hira, getkan_kata,
|
||||
getkan_knj, getkan_ofs, getkan_norm, getkan_none
|
||||
};
|
||||
|
||||
|
||||
|
||||
Int setj_norm1(), setj_norm2(), setj_knj(), setj_ofs(), setj_atrb();
|
||||
IFunc setjrec_func[] = {
|
||||
IFuncSetj setjrec_func[] = {
|
||||
setj_norm2, setj_norm2, setj_norm1, setj_norm1,
|
||||
setj_knj, setj_ofs, setj_norm2, setj_atrb,
|
||||
setj_norm2, setj_norm2, setj_norm1, setj_norm1,
|
||||
setj_knj, setj_ofs, setj_norm2, setj_atrb
|
||||
};
|
||||
|
||||
|
||||
|
||||
Int hiraknj_atrb(), hiraknj_ofs(), hiraknj_knj(), hiraknj_hask();
|
||||
Int hiraknj_kask(), hiraknj_norm(), hiraknj_hira();
|
||||
IFunc hiraknj_func[] = {
|
||||
IFuncHira hiraknj_func[] = {
|
||||
hiraknj_hira, hiraknj_norm, hiraknj_hask, hiraknj_kask,
|
||||
hiraknj_knj, hiraknj_ofs, hiraknj_norm, hiraknj_atrb,
|
||||
hiraknj_hira, hiraknj_norm, hiraknj_hask, hiraknj_kask,
|
||||
|
|
@ -85,10 +70,7 @@ IFunc hiraknj_func[] = {
|
|||
};
|
||||
|
||||
|
||||
|
||||
Uchar *makekan_1byte(), *makekan_knj(), *makekan_ofs();
|
||||
Uchar *makekan_norm(), *makekan_none();
|
||||
UCPFunc makekan_func[] = {
|
||||
UCPFuncMK makekan_func[] = {
|
||||
makekan_norm, makekan_norm, makekan_1byte, makekan_1byte,
|
||||
makekan_knj, makekan_ofs, makekan_norm, makekan_none,
|
||||
makekan_norm, makekan_norm, makekan_1byte, makekan_1byte,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue