2017-01-20 00:20:31 +00:00
|
|
|
// © 2016 and later: Unicode, Inc. and others.
|
2016-06-15 18:58:17 +00:00
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2001-08-17 01:40:34 +00:00
|
|
|
/*
|
|
|
|
**********************************************************************
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (C) 2001-2006, International Business Machines
|
|
|
|
* Corporation and others. All Rights Reserved.
|
2001-08-17 01:40:34 +00:00
|
|
|
**********************************************************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef USTRFMT_H
|
|
|
|
#define USTRFMT_H
|
|
|
|
|
|
|
|
#include "unicode/utypes.h"
|
|
|
|
|
2001-11-21 01:02:11 +00:00
|
|
|
U_CAPI int32_t U_EXPORT2
|
2003-01-27 17:22:27 +00:00
|
|
|
uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth);
|
2001-08-17 01:40:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|