HomeSort by relevance Sort by last modified time
    Searched refs:parseDecimal (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 203 * @param parseDecimal Whether Decimal is expected
207 private static float parseFloat(String value, int ignoreLast, boolean parseDecimal) {
214 if (!parseDecimal) {
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 116 ALWAYS_INLINE bool parseDecimal(double& returnValue);
Lexer.cpp 620 ALWAYS_INLINE bool Lexer::parseDecimal(double& returnValue)
625 // Since parseOctal may be executed before parseDecimal,
1005 if (!parseDecimal(lvalp->doubleValue)) {
    [all...]

Completed in 59 milliseconds