Sha256: f89c8660cb4004fd53401da9a913928ae9f639ad723547e77d541852b9f7c4ec
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
/* ********************************************************************** * Copyright (C) 2001-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #ifndef USTRFMT_H #define USTRFMT_H #include "unicode/utypes.h" U_CAPI int32_t U_EXPORT2 uprv_itou (UChar * buffer, int32_t capacity, uint32_t i, uint32_t radix, int32_t minwidth); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
node-compiler-0.7.0 | vendor/node-v6.9.1/deps/icu-small/source/common/ustrfmt.h |