Home | History | Annotate | Download | only in unicode

Lines Matching defs:UStringPrepProfile

68 typedef struct UStringPrepProfile UStringPrepProfile;
177 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
182 U_STABLE UStringPrepProfile* U_EXPORT2
193 * @return Pointer to UStringPrepProfile that is opened. Should be closed by
198 U_STABLE UStringPrepProfile* U_EXPORT2
208 usprep_close(UStringPrepProfile* profile);
216 * "Smart pointer" class, closes a UStringPrepProfile via usprep_close().
223 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringPrepProfilePointer, UStringPrepProfile, usprep_close);
259 usprep_prepare( const UStringPrepProfile* prep,