Lines Matching +full:lower +full:- +full:case
25 ** ASCIISTR -- check whether a string is printable ASCII
28 ** str -- string
48 ** ASCIINSTR -- check whether a string is printable ASCII up to len
51 ** str -- string
52 ** len -- length to check
81 ** MAKELOWER -- Translate a line into lower case
84 ** p -- string to translate (modified in place if possible). [A]
87 ** lower cased string
90 ** String p is translated to lower case if possible.
115 ** SM_LOWERCASE -- lower case a UTF-8 string
116 ** Note: this should ONLY be applied to a UTF-8 string,
120 ** str -- original string
123 ** lower case version of string [S]