]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/ustrfmt.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2001-2006, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
13 #include "unicode/utypes.h"
15 U_CAPI
int32_t U_EXPORT2
16 uprv_itou (UChar
* buffer
, int32_t capacity
, uint32_t i
, uint32_t radix
, int32_t minwidth
);