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 182 utrans_close(trans);
233 utrans_close(utrans);
294 utrans_close(t1);
295 utrans_close(inverse1);
316 utrans_close(t1);
339 utrans_close(t1);
340 utrans_close(t2);
341 utrans_close(t3);
342 utrans_close(t4);
398 utrans_close(t1)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 65 * and close with utrans_close() when done. Equivalent to the C++ class
173 * utrans_close().
207 * should later be closed with utrans_close().
221 * function should later be closed with utrans_close().
240 utrans_close(UTransliterator* trans);
248 * "Smart pointer" class, closes a UTransliterator via utrans_close().
255 U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, UTransliterator, utrans_close);
271 * valid until utrans_close() is called on this transliterator.
286 * close it. The user must not call utrans_close() on adoptedTrans.
574 * utrans_close()
    [all...]
  /external/icu/icu4c/source/test/iotest/
trnstst.c 111 utrans_close(c);
182 utrans_close(b);
287 utrans_close(b);
  /external/icu/icu4c/source/i18n/
utrans.cpp 226 utrans_close(UTransliterator* trans) { function
  /external/icu/icu4c/source/io/
ustdio.cpp 269 utrans_close(f->fTranslit->translit);
  /external/icu/icu4c/source/common/unicode/
urename.h 1714 #define utrans_close macro
    [all...]

Completed in 77 milliseconds