PostgreSQL Source Code  git master
WordBoundaryState Struct Reference

Data Fields

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

Detailed Description

Definition at line 1903 of file formatting.c.

Field Documentation

◆ init

bool WordBoundaryState::init

Definition at line 1908 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().

◆ len

size_t WordBoundaryState::len

Definition at line 1906 of file formatting.c.

Referenced by initcap_wbnext().

◆ offset

size_t WordBoundaryState::offset

Definition at line 1907 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().

◆ prev_alnum

bool WordBoundaryState::prev_alnum

Definition at line 1909 of file formatting.c.

Referenced by initcap_wbnext().

◆ str

const char* WordBoundaryState::str

Definition at line 1905 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().


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