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

Method indexOf

Ports/CLDC11/src/java/lang/String.java:209–211  ·  view source on GitHub ↗
(int ch)

Source from the content-addressed store, hash-verified

207 /// such that: this.charAt(
208 /// ) == ch is true. If no such character occurs in this string, then -1 is returned.
209 public int indexOf(int ch){
210 return 0; //TODO codavaj!!
211 }
212
213 /// Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
214 /// If a character with value ch occurs in the character sequence represented by this String object at an index no smaller than fromIndex, then the index of the first such occurrence is returned--that is, the smallest value k such that:

Callers 15

parseURIMethod · 0.95
ofMethod · 0.95
doHandshakeMethod · 0.95
readSelectedFilesMethod · 0.95
__initMethod · 0.95
saveImageMethod · 0.95
executeMethod · 0.95
loadTrueTypeFontMethod · 0.95
setBrowserURLMethod · 0.95
getHeaderFieldsMethod · 0.95
grabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected