|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | str |
| size_t | len |
| size_t | offset |
| bool | posix |
| bool | init |
| bool | prev_alnum |
Definition at line 27 of file pg_locale_builtin.c.
| bool WordBoundaryState::init |
Definition at line 33 of file pg_locale_builtin.c.
Referenced by initcap_wbnext().
| size_t WordBoundaryState::len |
Definition at line 30 of file pg_locale_builtin.c.
Referenced by initcap_wbnext().
| size_t WordBoundaryState::offset |
Definition at line 31 of file pg_locale_builtin.c.
Referenced by initcap_wbnext().
| bool WordBoundaryState::posix |
Definition at line 32 of file pg_locale_builtin.c.
Referenced by initcap_wbnext().
| bool WordBoundaryState::prev_alnum |
Definition at line 34 of file pg_locale_builtin.c.
Referenced by initcap_wbnext().
| const char * WordBoundaryState::str |
Definition at line 29 of file pg_locale_builtin.c.
Referenced by initcap_wbnext(), strtitle_builtin(), and tfunc_title().