Go to the documentation of this file.
26 #ifndef __NMV_PARSING_UTILS_H__
27 #define __NMV_PARSING_UTILS_H__
36 namespace parsing_utils
64 #endif //__NMV_PARSING_UTILS_H__
bool is_alnum(gunichar a_char)
bool string_to_date(const UString &a_str, Glib::Date &a_date)
Glib::Date::Month month_from_int(int a_in)
Definition: nmv-address.h:31
#define NEMIVER_API
Definition: nmv-api-macros.h:53
Definition: nmv-ustring.h:45
int month_to_int(Glib::Date::Month a_month)
bool is_alphabet_char(gunichar a_char)
bool remove_white_spaces_at_begining(const UString &a_str, UString &a_res)
bool is_digit(gunichar a_char)
bool remove_white_spaces_at_end(const UString &a_str, UString &a_res)
bool is_host_name_char(gunichar a_char)
UString date_to_string(const Glib::Date &a_date)
bool is_white_string(const UString &a_str)
Definition: nmv-proc-list-dialog.h:32