Searched defs:numericValue (Results 1 – 11 of 11) sorted by relevance
83 numericValue(): number | bigint | null { return this.floatValue() || this.intValue()} method in Reference
56 const char *numericValue; member
993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble() local1124 MessagePattern::addArgDoublePart(double numericValue, int32_t start, int32_t length, in addArgDoublePart()
428 private double numericValue = MessagePattern.NO_NUMERIC_VALUE; field in MessagePatternUtil.VariantNode
456 private double numericValue = MessagePattern.NO_NUMERIC_VALUE; field in MessagePatternUtil.VariantNode
275 private double numericValue; field in MessagePatternUtilTest.ExpectVariantNode
272 private double numericValue; field in MessagePatternUtilTest.ExpectVariantNode
1615 const numericValue = tokenFlags & TokenFlags.BinarySpecifier constant
1911 int numericValue = parseInt32(json); in parseEnum() local