Home
last modified time | relevance | path

Searched refs:UListFormatter (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dulistformatter.h32 struct UListFormatter;
33 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @draft ICU… typedef
51 U_DRAFT UListFormatter* U_EXPORT2
62 ulistfmt_close(UListFormatter *listfmt);
78 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
119 ulistfmt_format(const UListFormatter* listfmt,
/external/icu/icu4c/source/common/
Dulistformatter.cpp19 U_CAPI UListFormatter* U_EXPORT2
30 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
35 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
42 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
/external/icu/icu4c/source/test/cintltst/
Dulistfmttest.c65 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()