mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2118 DigitList is a utility class that should only be used by DecimalFormat.
The usage here is incorrect and very slow for converting an int -> UnicodeString. X-SVN-Rev: 10410
This commit is contained in:
parent
bef9018f7e
commit
3a350fa020
2 changed files with 437 additions and 437 deletions
File diff suppressed because it is too large
Load diff
|
@ -34,7 +34,6 @@ U_NAMESPACE_END
|
|||
|
||||
#include "hash.h"
|
||||
#include "uvector.h"
|
||||
#include "digitlst.h"
|
||||
|
||||
#include "icuserv.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue