Searched refs:tolower (Results 1 – 25 of 28) sorted by relevance
12
130 CPPUNIT_ASSERT( ct.tolower('A') == 'a' ); in _ctype_facet()131 CPPUNIT_ASSERT( ct.tolower('a') == 'a' ); in _ctype_facet()132 CPPUNIT_ASSERT( ct.tolower('1') == '1' ); in _ctype_facet()139 ct.tolower(range, range + sizeof(range)); in _ctype_facet()274 CPPUNIT_CHECK( wct.tolower(L'A') == L'a' ); in _ctype_facet_w()275 CPPUNIT_CHECK( wct.tolower(L'a') == L'a' ); in _ctype_facet_w()276 CPPUNIT_CHECK( wct.tolower(L'1') == L'1' ); in _ctype_facet_w()283 wct.tolower(range, range + sizeof(range) / sizeof(wchar_t)); in _ctype_facet_w()
96 char (tolower)(char __c) const { return do_tolower(__c); }97 const char* (tolower)(char* __low, const char* __high) const {202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t() argument203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const
43 using _STLP_VENDOR_CSTD::tolower;
78 #undef tolower131 inline _CharT tolower(_CharT c, const locale& loc)132 { return (use_facet<ctype<_CharT> >(loc)).tolower(c); }
63 # undef tolower
156 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0xf)); \167 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0x7)); \
314 || (tolower((unsigned char)*(a)) == tolower((unsigned char)*(b)) \
89 *df++ = tolower ((unsigned char)*filename++); in dosify()98 *df++ = tolower ((unsigned char)*filename++); in dosify()135 *df++ = tolower ((unsigned char)*filename); in downcase()157 h = (h << 4) + (isupper (uc) ? tolower (uc) : uc); in vms_hash()
96 *ln = isupper ((unsigned char)*n) ? tolower ((unsigned char)*n) : *n; in lookup_file()155 *ln = tolower ((unsigned char)*n); in enter_file()
95 **to = tolower ((unsigned char)**from); in copyto()
92 _xml_attrib = tolower(_xml_attrib);
93 _xml_attrib = tolower(_xml_attrib);
77 _xml_attrib = tolower(_xml_attrib);
151 _xml_attrib = tolower(_xml_attrib);
78 lo = tolower(letter)
169 # define FOLD(c) ((flags & FNM_CASEFOLD) ? tolower (c) : (c))171 # define FOLD(c) ((flags & FNM_CASEFOLD) && ISUPPER (c) ? tolower (c) : (c))
26 using _STLP_NEW_IO_NAMESPACE::tolower;
54 using ::tolower;
115 translate[i] = tolower (i);
367 *start = tolower(*start);381 *start = tolower(*start);
207 { return tolower(c); } in _Locale_tolower()
467 getline, toupper, tolower.892 fixed egregious error in toupper/tolower functions.927 Reluctantly added toupper and tolower functions.
862 return ((uch)tolower(ch)); in othercase()