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

Method isLineBreak

vm/JavaAPI/src/java/net/URIHelper.java:625–628  ·  view source on GitHub ↗
(int ch)

Source from the content-addressed store, hash-verified

623 }
624
625 static boolean isLineBreak(int ch) {
626 return ch == '\u2028' || ch == '\u2029' || ch == '\u2011' || ch == '\u00a0' || ch == '\u0f0c' || ch == '\u202f'
627 || ch == '\u00ad' || ch == '\u0f0b' || ch == '\u200b';
628 }
629
630 /**
631 * In J2SE, this method is usually available in the Character class.

Callers 1

isSpaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected