Home | History | Annotate | Download | only in unicode

Lines Matching refs:ULocaleData

30 /** Forward declaration of the ULocaleData structure. @stable ICU 3.6 */
31 struct ULocaleData;
34 typedef struct ULocaleData ULocaleData;
78 U_STABLE ULocaleData* U_EXPORT2
88 ulocdata_close(ULocaleData *uld);
96 * "Smart pointer" class, closes a ULocaleData via ulocdata_close().
103 U_DEFINE_LOCAL_OPEN_POINTER(LocalULocaleDataPointer, ULocaleData, ulocdata_close);
121 ulocdata_setNoSubstitute(ULocaleData *uld, UBool setting);
135 ulocdata_getNoSubstitute(ULocaleData *uld);
165 ulocdata_getExemplarSet(ULocaleData *uld, USet *fillIn,
182 ulocdata_getDelimiter(ULocaleData *uld, ULocaleDataDelimiterType type, UChar *result, int32_t resultLength, UErrorCode *status);
251 ulocdata_getLocaleDisplayPattern(ULocaleData *uld,
273 ulocdata_getLocaleSeparator(ULocaleData *uld,