Home | History | Annotate | Download | only in i18n

Lines Matching refs:UnicodeString

33   NFRuleSet(UnicodeString* descriptions, int32_t index, UErrorCode& status);
34 void parseRules(UnicodeString& rules, const RuleBasedNumberFormat* owner, UErrorCode& status);
45 UnicodeString prefixpart = UNICODE_STRING_SIMPLE("-prefixpart");
46 UnicodeString postfix = UNICODE_STRING_SIMPLE("-postfix");
47 UnicodeString postfx = UNICODE_STRING_SIMPLE("-postfx");
54 void getName(UnicodeString& result) const { result.setTo(name); }
55 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
57 void format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const;
58 void format(double number, UnicodeString& toAppendTo, int32_t pos) const;
60 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
62 void appendRules(UnicodeString& result) const; // toString
70 UnicodeString name;