Searched defs:ToLower (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/terminal/
H A DUTF8Char.h88 UTF8Char ToLower() const function in struct:UTF8Char
/haiku/src/bin/unzip/
H A Dmatch.c88 # undef ToLower macro
92 # define ToLower(c) (IsUpper((uch) c) ? (unsigned) c | 0x20 : (unsigned) c) macro
H A Dunzpriv.h2113 # define ToLower(x) ((char)(isupper((int)x)? tolower((int)x) : x)) macro
2115 # define ToLower tolower /* assumed "smart"; used in match() */ macro
/haiku/src/kits/locale/
H A DUnicodeChar.cpp189 BUnicodeChar::ToLower(uint32 c) function in class:BUnicodeChar
/haiku/src/kits/support/
H A DString.cpp1987 BString::ToLower() function in class:BString

Completed in 49 milliseconds