Searched refs:UListFormatter (Results 1 – 3 of 3) sorted by relevance
32 struct UListFormatter;33 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @draft ICU… typedef51 U_DRAFT UListFormatter* U_EXPORT262 ulistfmt_close(UListFormatter *listfmt);78 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);119 ulistfmt_format(const UListFormatter* listfmt,
19 U_CAPI UListFormatter* U_EXPORT230 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()35 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()42 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
65 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()