PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WordBoundaryState Struct Reference

Data Fields

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

Detailed Description

Definition at line 36 of file pg_locale_builtin.c.

Field Documentation

◆ init

bool WordBoundaryState::init

Definition at line 41 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ len

size_t WordBoundaryState::len

Definition at line 39 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ offset

size_t WordBoundaryState::offset

Definition at line 40 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ prev_alnum

bool WordBoundaryState::prev_alnum

Definition at line 42 of file pg_locale_builtin.c.

Referenced by initcap_wbnext().

◆ str

const char * WordBoundaryState::str

Definition at line 38 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: