OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UListFormatter
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/unicode/
ulistformatter.h
22
* A
UListFormatter
is used to format a list of items in a locale-appropriate way,
29
* Opaque
UListFormatter
object for use in C
32
struct
UListFormatter
;
33
typedef struct
UListFormatter
UListFormatter
; /**< C typedef for struct
UListFormatter
. @draft ICU 55 */
36
* Open a new
UListFormatter
object using the rules for a given locale.
47
* A pointer to a
UListFormatter
object for the specified locale,
51
U_DRAFT
UListFormatter
* U_EXPORT2
56
* Close a
UListFormatter
object. Once closed it may no longer be used
[
all
...]
/external/icu/icu4c/source/common/
ulistformatter.cpp
12
#include "unicode/
ulistformatter
.h"
19
U_CAPI
UListFormatter
* U_EXPORT2
30
return (
UListFormatter
*)listfmt.orphan();
35
ulistfmt_close(
UListFormatter
*listfmt)
42
ulistfmt_format(const
UListFormatter
* listfmt,
/external/icu/icu4c/source/test/cintltst/
ulistfmttest.c
5
/* C API TEST for
UListFormatter
*/
12
#include "unicode/
ulistformatter
.h"
65
UListFormatter
*listfmt = ulistfmt_open(lftep->locale, &status);
Completed in 212 milliseconds