Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dulistformatter.h33 struct UListFormatter;
34 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef
52 U_STABLE UListFormatter* U_EXPORT2
63 ulistfmt_close(UListFormatter *listfmt);
79 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);
120 ulistfmt_format(const UListFormatter* listfmt,
/external/icu/icu4c/source/common/
Dulistformatter.cpp21 U_CAPI UListFormatter* U_EXPORT2
32 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()
37 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()
44 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
/external/icu/icu4c/source/test/cintltst/
Dulistfmttest.c67 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()