OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseFltImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/lang/
StringToReal.java
60
private static native float
parseFltImpl
(String s, int e);
308
float result =
parseFltImpl
(info.s, (int) info.e);
/libcore/luni/src/main/native/
java_lang_StringToReal.cpp
1008
NATIVE_METHOD(StringToReal,
parseFltImpl
, "(Ljava/lang/String;I)F"),
Completed in 110 milliseconds