Home | History | Annotate | Download | only in unicode

Lines Matching refs:ubidi_close

276  *                 ubidi_close(line);
281 * ubidi_close(para);
484 * by calling <code>ubidi_close()</code>.<p>
532 * <code>ubidi_close()</code> must be called to free the memory
552 ubidi_close(UBiDi *pBiDi);
560 * "Smart pointer" class, closes a UBiDi via ubidi_close().
567 U_DEFINE_LOCAL_OPEN_POINTER(LocalUBiDiPointer, UBiDi, ubidi_close);