The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned. Note that by default CLDC only supports the ISO Latin-1 range of characters.
(char ch)
| 496 | * Note that by default CLDC only supports the ISO Latin-1 range of characters. |
| 497 | */ |
| 498 | public static native char toLowerCase(char ch); |
| 499 | |
| 500 | /** |
| 501 | * Returns the lower case equivalent for the specified code point if it is |
no outgoing calls
no test coverage detected