Home
last modified time | relevance | path

Searched refs:CONSTANT_GRAVITY (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DUnitConverter.java120 CONSTANT_GRAVITY = 0, // Gravity field in UnitConverter.Factor
172 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY; in copy()
188 resultCollector.substitute(new BigDecimal("9.80665"), this.CONSTANT_GRAVITY); in getConversionRate()
237 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY * power; in power()
252 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY - other.CONSTANT_GRAVITY; in divide()
267 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY + other.CONSTANT_GRAVITY; in multiply()
307 this.CONSTANT_GRAVITY += power; in addEntity()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitConverter.java113 CONSTANT_GRAVITY = 0, // Gravity field in UnitConverter.Factor
165 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY; in copy()
181 resultCollector.substitute(new BigDecimal("9.80665"), this.CONSTANT_GRAVITY); in getConversionRate()
230 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY * power; in power()
245 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY - other.CONSTANT_GRAVITY; in divide()
260 result.CONSTANT_GRAVITY = this.CONSTANT_GRAVITY + other.CONSTANT_GRAVITY; in multiply()
300 this.CONSTANT_GRAVITY += power; in addEntity()
/external/icu/libicu/cts_headers/
Dunits_converter.h26 CONSTANT_GRAVITY, // Gravity enumerator
/external/icu/icu4c/source/i18n/
Dunits_converter.h26 CONSTANT_GRAVITY, // Gravity enumerator
Dunits_converter.cpp381 factor.constants[CONSTANT_GRAVITY] += power * signum; in addSingleFactorConstant()