ICU 4.8.1.1
4.8.1.1
|
C++ API: Format and parse duration in single time unit. More...
#include "unicode/utypes.h"
#include "unicode/unistr.h"
#include "unicode/tmunit.h"
#include "unicode/tmutamt.h"
#include "unicode/measfmt.h"
#include "unicode/numfmt.h"
#include "unicode/plurrule.h"
Go to the source code of this file.
Data Structures | |
class | TimeUnitFormat |
Format or parse a TimeUnitAmount, using plural rules for the units where available. More... | |
Typedefs | |
typedef enum UTimeUnitFormatStyle | UTimeUnitFormatStyle |
Enumerations | |
enum | UTimeUnitFormatStyle { UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE, UTMUTFMT_FORMAT_STYLE_COUNT } |
Constants for various styles. More... |
typedef enum UTimeUnitFormatStyle UTimeUnitFormatStyle |
enum UTimeUnitFormatStyle |
Constants for various styles.
There are 2 styles: full name and abbreviated name. For example, for English, the full name for hour duration is "3 hours", and the abbreviated name is "3 hrs".
UTMUTFMT_FULL_STYLE |
|
UTMUTFMT_ABBREVIATED_STYLE |
|
UTMUTFMT_FORMAT_STYLE_COUNT |
|