Home | History | Annotate | Download | only in unicode

Lines Matching refs:ubidi_close

278  *                 ubidi_close(line);
283 * ubidi_close(para);
486 * by calling <code>ubidi_close()</code>.<p>
534 * <code>ubidi_close()</code> must be called to free the memory
554 ubidi_close(UBiDi *pBiDi);
562 * "Smart pointer" class, closes a UBiDi via ubidi_close().
569 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBiDiPointer, UBiDi, ubidi_close);