2001-08-17 01:40:34 +00:00
|
|
|
/*
|
|
|
|
**********************************************************************
|
2006-04-08 09:48:13 +00:00
|
|
|
* Copyright (C) 2001-2006, International Business Machines
|
2001-08-17 01:40:34 +00:00
|
|
|
* Corporation and others. All Rights Reserved.
|
|
|
|
**********************************************************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
#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
|