Searched refs:rhsint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1978 Flag rhsint=0; /* 1 if rhs is an integer */ local
2056 rhsint=1; /* record the fact for 1**n */
2072 if (!rhsint && decNumberIsNegative(lhs)) {
2177 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2179 if (!rhsint) { /* add padding */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1980 Flag rhsint=0; /* 1 if rhs is an integer */ local
2058 rhsint=1; /* record the fact for 1**n */
2074 if (!rhsint && decNumberIsNegative(lhs)) {
2179 /* need to return fully-padded 1.0000 etc., but rhsint->1 */
2181 if (!rhsint) { /* add padding */

Completed in 150 milliseconds