ICU 64.2  64.2
ureldatefmt.h
Go to the documentation of this file.
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /*
4 *****************************************************************************************
5 * Copyright (C) 2016, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 *****************************************************************************************
8 */
9 
10 #ifndef URELDATEFMT_H
11 #define URELDATEFMT_H
12 
13 #include "unicode/utypes.h"
14 
15 #if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION
16 
17 #include "unicode/unum.h"
19 #include "unicode/localpointer.h"
21 
51 
57 
63 
64 #ifndef U_HIDE_DEPRECATED_API
65 
70 #endif /* U_HIDE_DEPRECATED_API */
72 
78 typedef enum URelativeDateTimeUnit {
169 #ifndef U_HIDE_DEPRECATED_API
170 
175 #endif /* U_HIDE_DEPRECATED_API */
177 
178 #ifndef U_HIDE_DRAFT_API
179 
196 #endif // U_HIDE_DRAFT_API
197 
198 
240 ureldatefmt_open( const char* locale,
241  UNumberFormat* nfToAdopt,
243  UDisplayContext capitalizationContext,
244  UErrorCode* status );
245 
252 U_STABLE void U_EXPORT2
254 
255 #ifndef U_HIDE_DRAFT_API
262 
274 
289 U_DRAFT const UFormattedValue* U_EXPORT2
291 
298 U_DRAFT void U_EXPORT2
300 #endif /* U_HIDE_DRAFT_API */
301 
302 
303 #if U_SHOW_CPLUSPLUS_API
304 
306 
317 
318 #ifndef U_HIDE_DRAFT_API
319 
329 #endif /* U_HIDE_DRAFT_API */
330 
332 
333 #endif
334 
363 U_STABLE int32_t U_EXPORT2
365  double offset,
367  UChar* result,
368  int32_t resultCapacity,
369  UErrorCode* status);
370 
371 #ifndef U_HIDE_DRAFT_API
372 
395 U_DRAFT void U_EXPORT2
397  const URelativeDateTimeFormatter* reldatefmt,
398  double offset,
401  UErrorCode* status);
402 #endif /* U_HIDE_DRAFT_API */
403 
432 U_STABLE int32_t U_EXPORT2
434  double offset,
436  UChar* result,
437  int32_t resultCapacity,
438  UErrorCode* status);
439 
440 #ifndef U_HIDE_DRAFT_API
441 
467 U_DRAFT void U_EXPORT2
469  const URelativeDateTimeFormatter* reldatefmt,
470  double offset,
473  UErrorCode* status);
474 #endif /* U_HIDE_DRAFT_API */
475 
505 U_STABLE int32_t U_EXPORT2
507  const UChar * relativeDateString,
508  int32_t relativeDateStringLen,
509  const UChar * timeString,
510  int32_t timeStringLen,
511  UChar* result,
512  int32_t resultCapacity,
513  UErrorCode* status );
514 
515 #endif /* !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION */
516 
517 #endif
Represents a number quantity, like "3" in "3 days ago".
Definition: ureldatefmt.h:194
Represents a literal text string, like "tomorrow" or "days ago".
Definition: ureldatefmt.h:189
URelativeDateTimeUnit
Represents the unit for formatting a relative date.
Definition: ureldatefmt.h:78
int32_t ureldatefmt_formatNumeric(const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UChar *result, int32_t resultCapacity, UErrorCode *status)
Format a combination of URelativeDateTimeUnit and numeric offset using a numeric style, e.g.
C API: Abstract operations for localized strings.
void ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt)
Close a URelativeDateTimeFormatter object.
Specifies that relative unit is second, e.g.
Definition: ureldatefmt.h:126
struct URelativeDateTimeFormatter URelativeDateTimeFormatter
C typedef for struct URelativeDateTimeFormatter.
Definition: ureldatefmt.h:204
Specifies that relative unit is week, e.g.
Definition: ureldatefmt.h:102
Specifies that relative unit is month, e.g.
Definition: ureldatefmt.h:96
struct UFormattedRelativeDateTime UFormattedRelativeDateTime
Opaque struct to contain the results of a URelativeDateTimeFormatter operation.
Definition: ureldatefmt.h:261
UDisplayContext
Display context settings.
URelativeDateTimeFormatterField
FieldPosition and UFieldPosition selectors for format fields defined by RelativeDateTimeFormatter.
Definition: ureldatefmt.h:184
void ureldatefmt_formatNumericToResult(const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UFormattedRelativeDateTime *result, UErrorCode *status)
Format a combination of URelativeDateTimeUnit and numeric offset using a numeric style, e.g.
Specifies that relative unit is Friday, e.g.
Definition: ureldatefmt.h:162
Specifies that relative unit is Monday, e.g.
Definition: ureldatefmt.h:138
Everything spelled out.
Definition: ureldatefmt.h:50
Specifies that relative unit is Saturday, e.g.
Definition: ureldatefmt.h:168
C API: Display context types (enum values)
Specifies that relative unit is minute, e.g.
Definition: ureldatefmt.h:120
Specifies that relative unit is Wednesday, e.g.
Definition: ureldatefmt.h:150
Abbreviations used when possible.
Definition: ureldatefmt.h:56
Specifies that relative unit is Sunday, e.g.
Definition: ureldatefmt.h:132
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
Definition: uversion.h:137
int32_t ureldatefmt_format(const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UChar *result, int32_t resultCapacity, UErrorCode *status)
Format a combination of URelativeDateTimeUnit and numeric offset using a text style if possible...
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
"Smart pointer" definition macro, deletes objects via the closeFunction.
Definition: localpointer.h:562
void * UNumberFormat
A number formatter.
Definition: unum.h:141
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
URelativeDateTimeFormatter * ureldatefmt_open(const char *locale, UNumberFormat *nfToAdopt, UDateRelativeDateTimeFormatterStyle width, UDisplayContext capitalizationContext, UErrorCode *status)
Open a new URelativeDateTimeFormatter object for a given locale using the specified width and capital...
One more than the highest normal UDateRelativeDateTimeFormatterStyle value.
Definition: ureldatefmt.h:69
void ureldatefmt_formatToResult(const URelativeDateTimeFormatter *reldatefmt, double offset, URelativeDateTimeUnit unit, UFormattedRelativeDateTime *result, UErrorCode *status)
Format a combination of URelativeDateTimeUnit and numeric offset using a text style if possible...
Specifies that relative unit is quarter, e.g.
Definition: ureldatefmt.h:90
UDateRelativeDateTimeFormatterStyle
The formatting style.
Definition: ureldatefmt.h:45
"Smart pointer" class, closes a URelativeDateTimeFormatter via ureldatefmt_close().
Specifies that relative unit is hour, e.g.
Definition: ureldatefmt.h:114
Use the shortest possible form.
Definition: ureldatefmt.h:62
void ureldatefmt_closeResult(UFormattedRelativeDateTime *ufrdt)
Releases the UFormattedRelativeDateTime created by ureldatefmt_openResult.
Specifies that relative unit is year, e.g.
Definition: ureldatefmt.h:84
const UFormattedValue * ureldatefmt_resultAsValue(const UFormattedRelativeDateTime *ufrdt, UErrorCode *ec)
Returns a representation of a UFormattedRelativeDateTime as a UFormattedValue, which can be subsequen...
uint16_t UChar
The base type for UTF-16 code units and pointers.
Definition: umachine.h:342
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
Definition: uversion.h:138
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Definition: utypes.h:401
Specifies that relative unit is Tuesday, e.g.
Definition: ureldatefmt.h:144
Specifies that relative unit is day, e.g.
Definition: ureldatefmt.h:108
Basic definitions for ICU, for both C and C++ APIs.
Specifies that relative unit is Thursday, e.g.
Definition: ureldatefmt.h:156
UFormattedRelativeDateTime * ureldatefmt_openResult(UErrorCode *ec)
Creates an object to hold the result of a URelativeDateTimeFormatter operation.
"Smart pointer" class, closes a UFormattedRelativeDateTime via ureldatefmt_closeResult().
Definition: ureldatefmt.h:316
struct UFormattedValue UFormattedValue
An abstract formatted value: a string with associated field attributes.
One more than the highest normal URelativeDateTimeUnit value.
Definition: ureldatefmt.h:174
#define U_DRAFT
This is used to declare a function as a draft public ICU C API.
Definition: umachine.h:113
#define U_STABLE
This is used to declare a function as a stable public ICU C API.
Definition: umachine.h:111
C API: Compatibility APIs for number formatting.
int32_t ureldatefmt_combineDateAndTime(const URelativeDateTimeFormatter *reldatefmt, const UChar *relativeDateString, int32_t relativeDateStringLen, const UChar *timeString, int32_t timeStringLen, UChar *result, int32_t resultCapacity, UErrorCode *status)
Combines a relative date string and a time string in this object's locale.