HomeSort by relevance Sort by last modified time
    Searched refs:fIsFractionRuleSet (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
nfrs.h 35 void makeIntoFractionRuleSet() { fIsFractionRuleSet = TRUE; }
46 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
68 UBool fIsFractionRuleSet;
nfrs.cpp 125 , fIsFractionRuleSet(FALSE)
318 fIsFractionRuleSet == rhs.fIsFractionRuleSet &&
418 if (fIsFractionRuleSet) {
697 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) {
701 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult);

Completed in 25 milliseconds