Home
last modified time | relevance | path

Searched refs:string_less_nocase (Results 1 – 13 of 13) sorted by relevance

/dports/games/gtkradiant/GPL/GtkRadiant/libs/string/
H A Dstring.h131 inline bool string_less_nocase(const char* string, const char* other) in string_less_nocase() function
575 return string_less_nocase(x.c_str(), y.c_str()); in operator()
599 return string_less_nocase(x, y); in operator()
/dports/games/netradiant/netradiant-20150621-src/libs/string/
H A Dstring.h121 inline bool string_less_nocase( const char* string, const char* other ){ in string_less_nocase() function
506 return string_less_nocase( x.c_str(), y.c_str() ); in operator()
527 return string_less_nocase( x, y ); in operator()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dshaderlib.h41 return string_less_nocase(shader, other); in shader_less()
H A Dfs_filesystem.h66 return string_less_nocase(c_str(), other.c_str());
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dshaderlib.h38 return string_less_nocase( shader, other ); in shader_less()
H A Dfs_filesystem.h61 return string_less_nocase( c_str(), other.c_str() );
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/
H A Dshaderlib.h42 return string_less_nocase(shader, other); in shader_less()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/string/
H A Dstring.h110 inline bool string_less_nocase (const std::string& string, const std::string& other) in string_less_nocase() function
142 return string_less_nocase(x, y); in operator()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/filesystem/pk3/
H A DGenericFileSystem.h66 return string_less_nocase(*this, other);
/dports/games/gtkradiant/GPL/GtkRadiant/libs/os/
H A Dpath.h46 return string_less_nocase(path, other); in path_less()
/dports/games/netradiant/netradiant-20150621-src/libs/os/
H A Dpath.h45 return string_less_nocase( path, other ); in path_less()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Declass_doom3.cpp57 return string_less_nocase(self.c_str(), other.c_str()); in operator <()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Declass_doom3.cpp54 return string_less_nocase( self.c_str(), other.c_str() ); in operator <()