Searched defs:parseDouble (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dmessagepattern.cpp716 parseDouble(numberIndex, index, TRUE, parseError, errorCode); // adds ARG_INT or ARG_DOUBLE
800 parseDouble(selectorIndex+1, index, FALSE,
834 parseDouble(valueIndex, index, FALSE,
918 MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, function in class:MessagePattern
967 // Let Double.parseDouble() throw a NumberFormatException.
/external/llvm/lib/Support/
H A DCommandLine.cpp1018 static bool parseDouble(Option &O, StringRef Arg, double &Value) { function
1030 return parseDouble(O, Arg, Val);
1036 if (parseDouble(O, Arg, dVal))
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4111 static int parseDouble(const UChar* string, const UChar* end, const char terminator, double& value) function in namespace:WebCore
4180 int numCharactersParsed = parseDouble(current, end, '%', percentage);
4269 if (!parseDouble(string, end, terminator, alpha))

Completed in 144 milliseconds