• Home
  • Raw
  • Download

Lines Matching defs:low

812 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const  in do_is()  argument
821 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const in do_scan_is() argument
830 ctype<wchar_t>::do_scan_not(mask m, const char_type* low, const char_type* high) const in do_scan_not() argument
853 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
884 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const in do_tolower()
907 ctype<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const in do_widen() argument
923 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow() argument
971 ctype<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
1009 ctype<char>::do_tolower(char_type* low, const char_type* high) const in do_tolower()
1033 ctype<char>::do_widen(const char* low, const char* high, char_type* dest) const in do_widen() argument
1049 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow() argument
1188 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
1202 ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const in do_tolower()
1273 ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const in do_is() argument
1307 ctype_byname<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const in do_scan_is() argument
1332 ctype_byname<wchar_t>::do_scan_not(mask m, const char_type* low, const char_type* high) const in do_scan_not() argument
1364 ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper()
1378 ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const in do_tolower()
1396 ctype_byname<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const in do_widen() argument
1419 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow() argument