Searched refs:listFormatData (Results 1 – 4 of 4) sorted by relevance
303 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() argument304 owned = new ListFormatInternal(listFormatData, errorCode); in ListFormatter()
544 ListFormatter::ListFormatter(const ListFormatData& listFormatData, UErrorCode &errorCode) { in ListFormatter() argument545 owned = new ListFormatInternal(listFormatData, errorCode); in ListFormatter()