Lines Matching refs:UBool
38 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
43 UBool operator==(const NFRuleSet& rhs) const;
44 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
46 UBool isPublic() const { return fIsPublic; } in isPublic()
48 UBool isParseable() const { return fIsParseable; } in isParseable()
50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet()
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
58 …UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumerica…
78 UBool fIsFractionRuleSet;
79 UBool fIsPublic;
80 UBool fIsParseable;
96 uint32_t util64_tou(int64_t n, UChar* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FAL…
100 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALS…