HomeSort by relevance Sort by last modified time
    Searched refs:utrans_close (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/cintltst/
utransts.c 177 utrans_close(trans);
228 utrans_close(utrans);
289 utrans_close(t1);
290 utrans_close(inverse1);
311 utrans_close(t1);
334 utrans_close(t1);
335 utrans_close(t2);
336 utrans_close(t3);
337 utrans_close(t4);
393 utrans_close(t1)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 63 * and close with utrans_close() when done. Equivalent to the C++ class
171 * utrans_close().
205 * should later be closed with utrans_close().
219 * function should later be closed with utrans_close().
238 utrans_close(UTransliterator* trans);
246 * "Smart pointer" class, closes a UTransliterator via utrans_close().
253 U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, UTransliterator, utrans_close);
269 * valid until utrans_close() is called on this transliterator.
284 * close it. The user must not call utrans_close() on adoptedTrans.
572 * utrans_close()
    [all...]
  /external/icu/icu4c/source/test/iotest/
trnstst.c 108 utrans_close(c);
179 utrans_close(b);
284 utrans_close(b);
  /external/icu/icu4c/source/i18n/
utrans.cpp 224 utrans_close(UTransliterator* trans) { function
  /external/icu/icu4c/source/io/
ustdio.c 267 utrans_close(f->fTranslit->translit);
  /external/icu/icu4c/source/common/unicode/
urename.h 1690 #define utrans_close macro
    [all...]

Completed in 87 milliseconds