Searched refs:to_lower (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.hpp115 std::string to_lower(const std::string&);
H A Dtext.cpp84 impl::to_lower(const std::string& str) function in class:impl
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext.hpp115 std::string to_lower(const std::string&);
H A Dtext.cpp79 impl::to_lower(const std::string& str) function in class:impl
123 const std::string lower = to_lower(str);
H A Dconfig.cpp75 const std::string varname = tools::text::to_lower(v->name);
/netbsd-current/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py225 def to_lower(code_point): function
246 return to_lower(code_point)
259 return (to_lower(code_point) != code_point
440 if (to_lower(code_point) != code_point
447 'uc': to_lower(code_point)})
/netbsd-current/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
H A Dunicode_utils.py225 def to_lower(code_point): function
246 return to_lower(code_point)
259 return (to_lower(code_point) != code_point
440 if (to_lower(code_point) != code_point
447 'uc': to_lower(code_point)})

Completed in 290 milliseconds