#include <groonga.h>
#include <groonga/tokenizer.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macro Definition Documentation
#define ADD_DATUM |
( |
|
label, |
|
|
|
expected, |
|
|
|
input, |
|
|
|
encoding |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_BOOLEAN, expected, \
"input", G_TYPE_STRING, input, \
"encoding", G_TYPE_INT, encoding, \
NULL)
#define ADD_DATUM |
( |
|
label, |
|
|
|
expected, |
|
|
|
input |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_BOOLEAN, expected, \
"input", G_TYPE_STRING, input, \
NULL)
#define UFFFE_IN_UTF8 "\xef\xbf\xbe" |
Function Documentation
void data_have_tokenized_delimiter |
( |
void |
| ) |
|
void data_is_tokenized_delimiter |
( |
void |
| ) |
|
void test_have_tokenized_delimiter |
( |
gconstpointer |
data | ) |
|
void test_is_tokenized_delimiter |
( |
gconstpointer |
data | ) |
|