PostgreSQL Source Code git master
WordBoundaryState Struct Reference

Data Fields

const char * str
 
size_t len
 
size_t offset
 
bool posix
 
bool init
 
bool prev_alnum
 

Detailed Description

Definition at line 38 of file pg_locale_builtin.c.

Field Documentation

◆ init

bool WordBoundaryState::init

Definition at line 44 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ len

size_t WordBoundaryState::len

Definition at line 41 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ offset

size_t WordBoundaryState::offset

Definition at line 42 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ posix

bool WordBoundaryState::posix

Definition at line 43 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ prev_alnum

bool WordBoundaryState::prev_alnum

Definition at line 45 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ str

const char * WordBoundaryState::str

Definition at line 40 of file pg_locale_builtin.c.

Referenced by initcap_wbnext(), strtitle_builtin(), and tfunc_title().


The documentation for this struct was generated from the following files: