1RKRESIZE(3)                Library Functions Manual                RKRESIZE(3)
2
3
4

NAME

6       RkResize - change the reading length of the current clause to len bytes
7

SYNOPSIS

9       #include <canna/RK.h>
10       int RkResize(cxnum, len)
11       int cxnum;
12       int len;
13

DESCRIPTION

15       RkResize  changes the reading length of the current clause to len bytes
16       and reconverts the right part of the current clause.  The value of  len
17       must be adjusted to character boundaries in the EUC code.  The analysis
18       result of the reconverted clause is destroyed because  of  the  reading
19       length  change,  but  the  analysis result of any other clause does not
20       change.  The current clause does not change either.
21

RETURN VALUE

23       This function returns the number of clauses after the change.
24
25
26
27                                                                   RKRESIZE(3)
Impressum