mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 6207
This commit is contained in:
parent
ab79b802d1
commit
b1b0b0dfc6
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ public:
|
|||
UBool operator==(const NFSubstitution& rhs) const;
|
||||
|
||||
void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
|
||||
void doSubstitution(llong number, UnicodeString& toInsertInto, int32_t _pos) const {}
|
||||
llong transformNumber(llong number) const { return llong(0,0); }
|
||||
double transformNumber(double number) const { return number - uprv_floor(number); }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue