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 1925 of file formatting.c.

Field Documentation

◆ init

bool WordBoundaryState::init

Definition at line 1930 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().

◆ len

size_t WordBoundaryState::len

Definition at line 1928 of file formatting.c.

Referenced by initcap_wbnext().

◆ offset

size_t WordBoundaryState::offset

Definition at line 1929 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().

◆ prev_alnum

bool WordBoundaryState::prev_alnum

Definition at line 1931 of file formatting.c.

Referenced by initcap_wbnext().

◆ str

const char* WordBoundaryState::str

Definition at line 1927 of file formatting.c.

Referenced by initcap_wbnext(), and str_initcap().


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