/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | OptUtils.java | 18 return Double.parseDouble(strValue); in asNumber()
|
D | PluralSelectorFactory.java | 97 if (Double.parseDouble(key) == valToCheck) { in matches()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessagePattern.java | 1106 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()
|
D | PluralRules.java | 822 this(Double.parseDouble(n), getVisibleFractionCount(n)); in FixedDecimal()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessagePattern.java | 1177 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/ |
D | IcuFunctions.java | 90 double value = Double.parseDouble(args.get(0));
|
/third_party/node/deps/icu-small/source/common/ |
D | messagepattern.cpp | 730 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/ |
D | messagepattern.cpp | 730 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/ |
D | messagepattern.cpp | 730 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/ |
D | LocalePriorityList.java | 386 final double weight = Double.parseDouble(itemMatcher.group(2));
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocalePriorityList.java | 401 final double weight = Double.parseDouble(itemMatcher.group(2));
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | messagepattern.h | 876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | messagepattern.h | 876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | messagepattern.h | 876 void parseDouble(int32_t start, int32_t limit, UBool allowInfinity,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | PluralRulesTest.java | 404 double number = Double.parseDouble(value); 795 values.add(Double.parseDouble(value)); 835 double n = Double.parseDouble(row[0]);
|
D | NumberFormatTest.java | 668 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/ |
D | CommandLine.cpp | 1532 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/ |
D | JsonFormat.java | 1845 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/ |
D | CommandLine.cpp | 1864 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/ |
D | DecimalQuantityTest.java | 127 assertEquals("Double is not valid", Double.toString(Double.parseDouble(str)), str); in testDecimalQuantity()
|
D | NumberFormatterApiTest.java | 528 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/ |
D | DecimalQuantityTest.java | 130 assertEquals("Double is not valid", Double.toString(Double.parseDouble(str)), str); in testDecimalQuantity()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 1179 final double result = Double.parseDouble(currentToken); in consumeDouble()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRulesTest.java | 1139 double n = Double.parseDouble(row[0]);
|
D | NumberFormatTest.java | 665 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]);
|