HomeSort by relevance Sort by last modified time
    Searched refs:utrans_close (Results 1 - 12 of 12) 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/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 174 utrans_close(trans);
225 utrans_close(utrans);
286 utrans_close(t1);
287 utrans_close(inverse1);
308 utrans_close(t1);
331 utrans_close(t1);
332 utrans_close(t2);
333 utrans_close(t3);
334 utrans_close(t4);
390 utrans_close(t1)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h 62 * and close with utrans_close() when done. Equivalent to the C++ class
170 * utrans_close().
204 * should later be closed with utrans_close().
218 * function should later be closed with utrans_close().
237 utrans_close(UTransliterator* trans);
245 * "Smart pointer" class, closes a UTransliterator via utrans_close().
252 U_DEFINE_LOCAL_OPEN_POINTER(LocalUTransliteratorPointer, UTransliterator, utrans_close);
268 * valid until utrans_close() is called on this transliterator.
283 * close it. The user must not call utrans_close() on adoptedTrans.
523 * utrans_close()
    [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.
574 * utrans_close()
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
trnstst.c 108 utrans_close(c);
179 utrans_close(b);
284 utrans_close(b);
  /external/icu/icu4c/source/test/iotest/
trnstst.c 108 utrans_close(c);
179 utrans_close(b);
284 utrans_close(b);
  /external/chromium_org/third_party/icu/source/i18n/
utrans.cpp 223 utrans_close(UTransliterator* trans) { function
  /external/icu/icu4c/source/i18n/
utrans.cpp 224 utrans_close(UTransliterator* trans) { function
  /external/chromium_org/third_party/icu/source/io/
ustdio.c 264 utrans_close(f->fTranslit->translit);
  /external/icu/icu4c/source/io/
ustdio.c 264 utrans_close(f->fTranslit->translit);
  /external/icu/icu4c/source/common/unicode/
urename.h 1650 #define utrans_close macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1729 #define utrans_close macro
    [all...]

Completed in 2554 milliseconds