PostgreSQL Source Code
git master
|
Data Fields | |
bool | is_to_char |
NUMDesc * | Num |
int | sign |
int | sign_wrote |
int | num_count |
int | num_in |
int | num_curr |
int | out_pre_spaces |
int | read_dec |
int | read_post |
int | read_pre |
char * | number |
char * | number_p |
char * | inout |
char * | inout_p |
char * | last_relevant |
char * | L_negative_sign |
char * | L_positive_sign |
char * | decimal |
char * | L_thousands_sep |
char * | L_currency_symbol |
Definition at line 996 of file formatting.c.
char * NUMProc::decimal |
Definition at line 1020 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().
char * NUMProc::inout |
Definition at line 1014 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().
char * NUMProc::inout_p |
Definition at line 1015 of file formatting.c.
Referenced by NUM_eat_non_data_chars(), NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().
bool NUMProc::is_to_char |
Definition at line 998 of file formatting.c.
Referenced by NUM_processor().
char * NUMProc::L_currency_symbol |
Definition at line 1022 of file formatting.c.
Referenced by NUM_prepare_locale(), and NUM_processor().
char * NUMProc::L_negative_sign |
Definition at line 1018 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().
char * NUMProc::L_positive_sign |
Definition at line 1019 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().
char * NUMProc::L_thousands_sep |
Definition at line 1021 of file formatting.c.
Referenced by NUM_prepare_locale(), and NUM_processor().
char * NUMProc::last_relevant |
Definition at line 1016 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
NUMDesc* NUMProc::Num |
Definition at line 999 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), NUM_prepare_locale(), and NUM_processor().
int NUMProc::num_count |
Definition at line 1003 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::num_curr |
Definition at line 1005 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::num_in |
Definition at line 1004 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
char* NUMProc::number |
Definition at line 1012 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
char * NUMProc::number_p |
Definition at line 1013 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().
int NUMProc::out_pre_spaces |
Definition at line 1006 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::read_dec |
Definition at line 1008 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::read_post |
Definition at line 1009 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::read_pre |
Definition at line 1010 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::sign |
Definition at line 1001 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::sign_wrote |
Definition at line 1002 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().