Home | History | Annotate | Download | only in unicode

Lines Matching refs:usearch_close

130  * usearch_close(search);
228 * this search and will be deleted in <tt>usearch_close</tt>.
294 U_STABLE void U_EXPORT2 usearch_close(UStringSearch *searchiter);
302 * "Smart pointer" class, closes a UStringSearch via usearch_close().
309 U_DEFINE_LOCAL_OPEN_POINTER(LocalUStringSearchPointer, UStringSearch, usearch_close);
516 * <tt>usearch_close</tt> would cause the string search to fail.
517 * <tt>usearch_close</tt> will delete the collator if this search owns it.