mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #1756 - Clean up ICU patch.
We don't need ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS because we don't support any ICU other than the one in-tree.
This commit is contained in:
parent
bdcb9cc504
commit
4651d97342
3 changed files with 6 additions and 32 deletions
|
|
@ -692,16 +692,15 @@ unum_formatUFormattable(const UNumberFormat* fmt,
|
|||
* @see unum_parseDouble
|
||||
* @see UFieldPositionIterator
|
||||
* @see UNumberFormatFields
|
||||
* @draft ICU 59
|
||||
* @stable ICU 59
|
||||
*/
|
||||
U_DRAFT int32_t U_EXPORT2
|
||||
U_STABLE int32_t U_EXPORT2
|
||||
unum_formatDoubleForFields(const UNumberFormat* format,
|
||||
double number,
|
||||
UChar* result,
|
||||
int32_t resultLength,
|
||||
UFieldPositionIterator* fpositer,
|
||||
UErrorCode* status);
|
||||
#define ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS
|
||||
|
||||
/**
|
||||
* Parse a string into an integer using a UNumberFormat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue