Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
normalizer.c File Reference
#include <string.h>
#include "normalizer_in.h"
#include "string_in.h"
#include <groonga/normalizer.h>
#include <groonga/tokenizer.h>
Include dependency graph for normalizer.c:

Go to the source code of this file.

Functions

grn_rc grn_normalizer_register (grn_ctx *ctx, const char *name_ptr, int name_length, grn_proc_func *init, grn_proc_func *next, grn_proc_func *fin)
grn_rc grn_normalizer_init (void)
grn_rc grn_normalizer_fin (void)
grn_rc grn_normalizer_normalize (grn_ctx *ctx, grn_obj *normalizer, grn_obj *string)
grn_rc grn_db_init_builtin_normalizers (grn_ctx *ctx)

Function Documentation

grn_rc grn_db_init_builtin_normalizers ( grn_ctx ctx)

Definition at line 1175 of file normalizer.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_rc grn_normalizer_fin ( void  )

Definition at line 67 of file normalizer.c.

Here is the caller graph for this function:

grn_rc grn_normalizer_init ( void  )

Definition at line 61 of file normalizer.c.

Here is the caller graph for this function:

grn_rc grn_normalizer_normalize ( grn_ctx ctx,
grn_obj normalizer,
grn_obj string 
)

Definition at line 1161 of file normalizer.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_rc grn_normalizer_register ( grn_ctx ctx,
const char *  name_ptr,
int  name_length,
grn_proc_func init,
grn_proc_func next,
grn_proc_func fin 
)

Definition at line 27 of file normalizer.c.

Here is the call graph for this function:

Here is the caller graph for this function: