MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / toLowerCase

Method toLowerCase

vm/JavaAPI/src/java/lang/Character.java:498–498  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 15

parseTagMethod · 0.95
escapeMethod · 0.95
toLowerCaseMethod · 0.95
camelCaseCommandNameMethod · 0.95
selectionForKeyMethod · 0.95
selectionForKeyMethod · 0.95
slugifyMethod · 0.95
matchesIgnoreCaseMethod · 0.95
slugifyMethod · 0.95
foldCaseMethod · 0.95
decodeEntityMethod · 0.95
lowerFirstMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected