Searched defs:baseValue (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dnfrule.h57 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
58 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
60 int64_t getBaseValue() const { return baseValue; }
88 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
99 int64_t baseValue; member in class:NFRule
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1141 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java52 private long baseValue; field in class:NFRule
75 * because it only works on the current baseValue. It's normally not used
147 if ((rule1.baseValue > 0
148 && rule1.baseValue % (Math.pow(rule1.radix, rule1.exponent)) == 0)
149 || rule1.baseValue == IMPROPER_FRACTION_RULE
150 || rule1.baseValue == MASTER_RULE)
159 if (rule1.baseValue >= 0) {
160 rule2.baseValue = rule1.baseValue;
162 ++rule1.baseValue;
[all...]
H A DNFSubstitution.java386 * @param baseValue A partial parse result that should be
399 * baseValue with whatever was returned from matching the
404 public Number doParse(String text, ParsePosition parsePosition, double baseValue, argument
462 result = composeRuleValue(result, baseValue);
965 * @param baseValue The partial parse result prior to calling this
968 public Number doParse(String text, ParsePosition parsePosition, double baseValue, argument
973 return super.doParse(text, parsePosition, baseValue, upperBound, lenientParse);
984 result = composeRuleValue(result, baseValue);
1262 * @param baseValue The partial parse result prior to entering this
1272 public Number doParse(String text, ParsePosition parsePosition, double baseValue, argument
1581 doParse(String text, ParsePosition parsePosition, double baseValue, double upperBound, boolean lenientParse) argument
1760 doParse(String text, ParsePosition parsePosition, double baseValue, double upperBound, boolean lenientParse) argument
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp621 deUint32 baseValue[2]; local
631 baseValue[0] = (((deUint32)baseR[0]) << 16) | (((deUint32)baseG[0]) << 8) | baseB[0];
632 baseValue[1] = (((deUint32)baseR[1]) << 16) | (((deUint32)baseG[1]) << 8) | baseB[1];
633 distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue[1]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds