Searched refs:UListFormatter (Results 1 – 3 of 3) sorted by relevance
33 struct UListFormatter;34 typedef struct UListFormatter UListFormatter; /**< C typedef for struct UListFormatter. @stable IC… typedef52 U_STABLE UListFormatter* U_EXPORT263 ulistfmt_close(UListFormatter *listfmt);79 U_DEFINE_LOCAL_OPEN_POINTER(LocalUListFormatterPointer, UListFormatter, ulistfmt_close);120 ulistfmt_format(const UListFormatter* listfmt,
21 U_CAPI UListFormatter* U_EXPORT232 return (UListFormatter*)listfmt.orphan(); in ulistfmt_open()37 ulistfmt_close(UListFormatter *listfmt) in ulistfmt_close()44 ulistfmt_format(const UListFormatter* listfmt, in ulistfmt_format()
67 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()