ARB
|
#include <cstddef>
#include <cctype>
#include <cstring>
Go to the source code of this file.
Functions | |
int | ARB_stricmp (const char *s1, const char *s2) |
bool | ARB_strBeginsWith (const char *str, const char *with) |
int | ARB_strNULLcmp (const char *s1, const char *s2) |
char * | ARB_strupper (char *s) |
char * | ARB_strlower (char *s) |
Like strcmp but ignoring case
Definition at line 28 of file arb_str.h.
References cmp.
Referenced by check_and_correct_current_field(), cmp_ift(), cmpBySize(), g_bs_convert_string_to_tagged_hash_with_delete(), g_bs_convert_string_to_tagged_hash_with_rewrite(), GB_host_is_local(), MG_equal_alignments(), sel_isort_backward(), AW_selection_list::sort(), update_format_description_and_suffix(), and url_host_matches().
returns true if 'str' begins with 'with'
Definition at line 42 of file arb_str.h.
Referenced by ARB_textfiles_have_difflines(), awt_create_filter_awars(), AWT_is_codon(), create_tree_name(), AWT_configuration::erase_deleted_configs(), GB_host_is_local(), GB_login(), gbs_build_replace_string(), GBS_funptr2readable(), gbs_scan_db_insert(), GBT_check_alignment_name(), GDE_load_menu(), get_default_alignment(), getSelectedRuleIndex(), is_forward_decl(), is_typedef(), relative_inside(), and RecordingMacro::write_action().
Like strcmp, but allows NULp as arguments NULp is bigger than anything else (i.e. it sorts "missing" values to the end)
Definition at line 52 of file arb_str.h.
Referenced by compare_hits(), and TreeNode::has_valid_root_remarks().
Definition at line 63 of file arb_str.h.
References s.
Referenced by g_bs_read_tagged_hash(), GBS_nameserver_tag(), DBUI::init_info_window(), and upcase().