Home | History | Annotate | Download | only in unicode

Lines Matching defs:UStringPrepProfile

70 typedef struct UStringPrepProfile UStringPrepProfile;
179 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
184 U_STABLE UStringPrepProfile* U_EXPORT2
195 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
200 U_STABLE UStringPrepProfile* U_EXPORT2
210 usprep_close(UStringPrepProfile* profile);
218 * "Smart pointer" class, closes a UStringPrepProfile via usprep_close().
225 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
261 usprep_prepare( const UStringPrepProfile* prep,