/external/icu/icu4c/source/i18n/ |
D | smallintformatter.cpp | 2593 int32_t positiveValue, const IntDigitCountRange &range) { in estimateDigitCount() argument 2594 if (positiveValue >= gMaxFastInt) { in estimateDigitCount() 2597 return range.pin(gDigitCount[positiveValue]); in estimateDigitCount() 2602 int32_t positiveValue, const IntDigitCountRange &range) { in canFormat() argument 2603 return (positiveValue < gMaxFastInt && range.getMin() <= 4); in canFormat()
|
D | smallintformatter.h | 55 int32_t positiveValue, const IntDigitCountRange &range); 65 int32_t positiveValue, const IntDigitCountRange &range); 80 int32_t positiveValue,
|
D | valueformatter.h | 90 const VisibleDigitsWithExponent &positiveValue, 102 int32_t positiveValue, 112 const VisibleDigitsWithExponent &positiveValue) const;
|
D | digitgrouping.cpp | 36 int32_t positiveValue, const IntDigitCountRange &range) const { in isNoGrouping() argument 38 SmallIntFormatter::estimateDigitCount(positiveValue, range)) == 0; in isNoGrouping()
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | DoubleUtilsTest.java | 49 for (double positiveValue : POSITIVE_FINITE_DOUBLE_CANDIDATES) { in testEnsureNonNegative() 50 assertEquals(positiveValue, DoubleUtils.ensureNonNegative(positiveValue)); in testEnsureNonNegative() 51 assertEquals(0.0, DoubleUtils.ensureNonNegative(-positiveValue)); in testEnsureNonNegative()
|
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/ |
D | PasvCommandHandler.java | 83 int positiveValue = (address[i] >=0) ? address[i] : 256 + address[i]; in convertHostAndPortToStringOfBytes() local 84 buffer.append(positiveValue); in convertHostAndPortToStringOfBytes()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 127 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 128 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 122 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 123 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 122 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 123 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 122 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 123 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 122 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 123 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/ |
D | PortParser.java | 122 int positiveValue = (address[i] >= 0) ? address[i] : 256 + address[i]; in convertHostAndPortToCommaDelimitedBytes() local 123 buffer.append(positiveValue); in convertHostAndPortToCommaDelimitedBytes()
|