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 1022 of file formatting.c.
char * NUMProc::decimal |
Definition at line 1046 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_prepare_locale().
char * NUMProc::inout |
Definition at line 1040 of file formatting.c.
Referenced by NUM_numpart_from_char(), NUM_numpart_to_char(), and NUM_processor().
char * NUMProc::inout_p |
Definition at line 1041 of file formatting.c.
Referenced by NUM_eat_non_data_chars(), NUM_numpart_from_char(), NUM_numpart_to_char(), NUM_processor(), and roman_to_int().
bool NUMProc::is_to_char |
Definition at line 1024 of file formatting.c.
Referenced by NUM_processor().
char * NUMProc::L_currency_symbol |
Definition at line 1048 of file formatting.c.
Referenced by NUM_prepare_locale(), and NUM_processor().
char * NUMProc::L_negative_sign |
Definition at line 1044 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 1045 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 1047 of file formatting.c.
Referenced by NUM_prepare_locale(), and NUM_processor().
char * NUMProc::last_relevant |
Definition at line 1042 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
NUMDesc* NUMProc::Num |
Definition at line 1025 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 1029 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::num_curr |
Definition at line 1031 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::num_in |
Definition at line 1030 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
char* NUMProc::number |
Definition at line 1038 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
char * NUMProc::number_p |
Definition at line 1039 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 1032 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::read_dec |
Definition at line 1034 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::read_post |
Definition at line 1035 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::read_pre |
Definition at line 1036 of file formatting.c.
Referenced by NUM_numpart_from_char(), and NUM_processor().
int NUMProc::sign |
Definition at line 1027 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().
int NUMProc::sign_wrote |
Definition at line 1028 of file formatting.c.
Referenced by NUM_numpart_to_char(), and NUM_processor().