Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isASCII
Method
isASCII
vm/JavaAPI/src/java/net/URIHelper.java:606–608 ·
view source on GitHub ↗
(int ch)
Source
from the content-addressed store, hash-verified
604
}
605
606
static
boolean isASCII(
int
ch) {
607
return
ch > 0 && ch < 128;
608
}
609
610
/**
611
* In J2SE, this method is usually in the Character
class
, and uses a
Callers
1
isLegalUnicode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected