Home | History | Annotate | Download | only in unicode

Lines Matching refs:uidna_close

121  * Cache it for multiple operations, and uidna_close() it when done.
144 uidna_close(UIDNA *idna);
152 * "Smart pointer" class, closes a UIDNA via uidna_close().
159 U_DEFINE_LOCAL_OPEN_POINTER(LocalUIDNAPointer, UIDNA, uidna_close);