MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / length

Method length

vm/JavaAPI/src/java/lang/String.java:565–567  ·  view source on GitHub ↗

Returns the length of this string. The length is equal to the number of 16-bit Unicode characters in the string.

()

Source from the content-addressed store, hash-verified

563 * Returns the length of this string. The length is equal to the number of 16-bit Unicode characters in the string.
564 */
565 public int length(){
566 return count;
567 }
568
569 /**
570 * Compares the specified string to this string and compares the specified

Callers 15

appendStringMethod · 0.95
installMethod · 0.95
scrubEmailsMethod · 0.95
initLafMethod · 0.95
initLafMethod · 0.95
childToDisplayLabelMethod · 0.95
showPopupDialogImplMethod · 0.95
fireSendIfNonEmptyMethod · 0.95
handleChangeMethod · 0.95
fireCompleteIfFullMethod · 0.95
fieldNameMethod · 0.95
fetchMethod · 0.95

Calls

no outgoing calls

Tested by 15

mainMethod · 0.76
jsonEscapeMethod · 0.76
verifyBottomNavItemsMethod · 0.76
detailMethod · 0.76
pushHistoryMethod · 0.76
findJavaHomeForMajorMethod · 0.76
parseSettingsMethod · 0.76
resolveUrlMethod · 0.76
ensureConnectedMethod · 0.76
runTestMethod · 0.76
formatDecimalMethod · 0.76
formatThrowableMethod · 0.76