groonga_d.string_

Undocumented in source.

Members

Enums

grn_char_type
enum grn_char_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_char_type_to_string
const(char)* grn_char_type_to_string(grn_char_type type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_charlen
int grn_charlen(groonga_d.groonga.grn_ctx* ctx, const(char)* str, const(char)* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_str_close
groonga_d.groonga.grn_rc grn_str_close(groonga_d.groonga.grn_ctx* ctx, grn_str* nstr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_str_open
grn_str* grn_str_open(groonga_d.groonga.grn_ctx* ctx, const(char)* str, uint str_len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_checks
const(short)* grn_string_get_checks(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_encoding
groonga_d.groonga.grn_encoding grn_string_get_encoding(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_flags
int grn_string_get_flags(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_normalized
groonga_d.groonga.grn_rc grn_string_get_normalized(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, const(char)** normalized, uint* length_in_bytes, uint* n_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_offsets
const(ulong)* grn_string_get_offsets(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_original
groonga_d.groonga.grn_rc grn_string_get_original(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, const(char)** original, uint* length_in_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_table
groonga_d.groonga.grn_obj* grn_string_get_table(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_get_types
const(ubyte)* grn_string_get_types(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_open
groonga_d.groonga.grn_obj* grn_string_open(groonga_d.groonga.grn_ctx* ctx, const(char)* string, uint length_in_bytes, groonga_d.groonga.grn_obj* lexicon_or_normalizer, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_set_checks
groonga_d.groonga.grn_rc grn_string_set_checks(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, short* checks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_set_normalized
groonga_d.groonga.grn_rc grn_string_set_normalized(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, char* normalized, uint length_in_bytes, uint n_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_set_offsets
groonga_d.groonga.grn_rc grn_string_set_offsets(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, ulong* offsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_string_set_types
groonga_d.groonga.grn_rc grn_string_set_types(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* string, ubyte* types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GRN_CHAR_BLANK
enum GRN_CHAR_BLANK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STRING_REMOVE_BLANK
enum GRN_STRING_REMOVE_BLANK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STRING_REMOVE_TOKENIZED_DELIMITER
enum GRN_STRING_REMOVE_TOKENIZED_DELIMITER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STRING_WITH_CHECKS
enum GRN_STRING_WITH_CHECKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STRING_WITH_TYPES
enum GRN_STRING_WITH_TYPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STR_NORMALIZE
enum GRN_STR_NORMALIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STR_REMOVEBLANK
enum GRN_STR_REMOVEBLANK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STR_WITH_CHECKS
enum GRN_STR_WITH_CHECKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_STR_WITH_CTYPES
enum GRN_STR_WITH_CTYPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

grn_str
struct grn_str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta