Home
last modified time | relevance | path

Searched refs:parseDouble (Results 1 – 25 of 27) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DOptUtils.java18 return Double.parseDouble(strValue); in asNumber()
DPluralSelectorFactory.java97 if (Double.parseDouble(key) == valToCheck) { in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePattern.java1106 parseDouble(numberIndex, index, true); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
1177 parseDouble(selectorIndex+1, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
1208 parseDouble(valueIndex, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
1298 private void parseDouble(int start, int limit, boolean allowInfinity) { in parseDouble() method in MessagePattern
1342 double numericValue=Double.parseDouble(msg.substring(start, limit)); in parseDouble()
DPluralRules.java822 this(Double.parseDouble(n), getVisibleFractionCount(n)); in FixedDecimal()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java1177 parseDouble(numberIndex, index, true); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
1248 parseDouble(selectorIndex+1, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
1279 parseDouble(valueIndex, index, false); // adds ARG_INT or ARG_DOUBLE in parsePluralOrSelectStyle()
1369 private void parseDouble(int start, int limit, boolean allowInfinity) { in parseDouble() method in MessagePattern
1413 double numericValue=Double.parseDouble(msg.substring(start, limit)); in parseDouble()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuFunctions.java90 double value = Double.parseDouble(args.get(0));
/third_party/node/deps/icu-small/source/common/
Dmessagepattern.cpp730 parseDouble(numberIndex, index, true, parseError, errorCode); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
814 parseDouble(selectorIndex+1, index, false, in parsePluralOrSelectStyle()
848 parseDouble(valueIndex, index, false, in parsePluralOrSelectStyle()
932 MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, in parseDouble() function in MessagePattern
/third_party/skia/third_party/externals/icu/source/common/
Dmessagepattern.cpp730 parseDouble(numberIndex, index, TRUE, parseError, errorCode); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
814 parseDouble(selectorIndex+1, index, FALSE, in parsePluralOrSelectStyle()
848 parseDouble(valueIndex, index, FALSE, in parsePluralOrSelectStyle()
932 MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, in parseDouble() function in MessagePattern
/third_party/icu/icu4c/source/common/
Dmessagepattern.cpp730 parseDouble(numberIndex, index, true, parseError, errorCode); // adds ARG_INT or ARG_DOUBLE in parseChoiceStyle()
814 parseDouble(selectorIndex+1, index, false, in parsePluralOrSelectStyle()
848 parseDouble(valueIndex, index, false, in parsePluralOrSelectStyle()
932 MessagePattern::parseDouble(int32_t start, int32_t limit, UBool allowInfinity, in parseDouble() function in MessagePattern
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocalePriorityList.java386 final double weight = Double.parseDouble(itemMatcher.group(2));
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java401 final double weight = Double.parseDouble(itemMatcher.group(2));
/third_party/node/deps/icu-small/source/common/unicode/
Dmessagepattern.h876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
/third_party/icu/icu4c/source/common/unicode/
Dmessagepattern.h876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dmessagepattern.h876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java404 double number = Double.parseDouble(value);
795 values.add(Double.parseDouble(value));
835 double n = Double.parseDouble(row[0]);
DNumberFormatTest.java668 double parsedResult = Double.parseDouble(DATA[i][1]); in TestDecimalFormatCurrencyParse()
4279 double number = Double.parseDouble(test[2]); in TestCurrencyPlurals()
4473 double num = Double.parseDouble(data[1]);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1532 static bool parseDouble(Option &O, StringRef Arg, double &Value) { in parseDouble() function
1544 return parseDouble(O, Arg, Val); in parse()
1550 if (parseDouble(O, Arg, dVal)) in parse()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java1845 double value = Double.parseDouble(json.getAsString()); in parseFloat()
1870 private double parseDouble(JsonElement json) throws InvalidProtocolBufferException { in parseDouble() method in JsonFormat.ParserImpl
1975 return parseDouble(json); in parseFieldValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1864 static bool parseDouble(Option &O, StringRef Arg, double &Value) { in parseDouble() function
1872 return parseDouble(O, Arg, Val); in parse()
1878 if (parseDouble(O, Arg, dVal)) in parse()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java127 assertEquals("Double is not valid", Double.toString(Double.parseDouble(str)), str); in testDecimalQuantity()
DNumberFormatterApiTest.java528 double inputValue = Double.parseDouble(test[3]); in unitWithLocaleTags()
4100 final double input = Double.parseDouble(cas[0]); in roundingPriorityCoverageTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java130 assertEquals("Double is not valid", Double.toString(Double.parseDouble(str)), str); in testDecimalQuantity()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1179 final double result = Double.parseDouble(currentToken); in consumeDouble()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java1139 double n = Double.parseDouble(row[0]);
DNumberFormatTest.java665 double parsedResult = Double.parseDouble(DATA[i][1]); in TestDecimalFormatCurrencyParse()
4279 double number = Double.parseDouble(test[2]); in TestCurrencyPlurals()
4473 double num = Double.parseDouble(data[1]);

12