Home | History | Annotate | Download | only in unicode

Lines Matching refs:Locale

64      * Creates a ListFormatter appropriate for the default locale.
66 * @param errorCode ICU error code, set if no data available for default locale.
67 * @return Pointer to a ListFormatter object for the default locale,
74 * Creates a ListFormatter appropriate for a locale.
76 * @param locale The locale.
77 * @param errorCode ICU error code, set if no data available for the given locale.
82 static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode);
113 static const ListFormatData* getListFormatData(const Locale& locale, UErrorCode& errorCode);