HomeSort by relevance Sort by last modified time
    Searched refs:uenum_close (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/common/unicode/
uenum.h 49 uenum_close(UEnumeration* en);
57 * "Smart pointer" class, closes a UEnumeration via uenum_close().
64 U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
  /external/icu4c/common/unicode/
uenum.h 49 uenum_close(UEnumeration* en);
57 * "Smart pointer" class, closes a UEnumeration via uenum_close().
64 U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
177 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
182 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory.
183 * @see uenum_close
195 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
200 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
201 * @see uenum_close
  /external/chromium_org/third_party/icu/source/test/cintltst/
uenumtst.c 220 uenum_close(en);
244 uenum_close(emptyEnum);
266 uenum_close(emptyEnum);
297 uenum_close(en);
currtest.c 36 uenum_close(en);
106 uenum_close(en);
134 uenum_close(en);
stdnmtst.c 218 uenum_close(myEnum);
265 uenum_close(myEnum);
udatpg_test.c 296 uenum_close(en);
313 uenum_close(en);
cnmdptst.c     [all...]
ccaltst.c 164 uenum_close(uenum);
    [all...]
ucnvseltst.c 346 uenum_close(res);
  /external/icu4c/test/cintltst/
uenumtst.c 220 uenum_close(en);
244 uenum_close(emptyEnum);
266 uenum_close(emptyEnum);
297 uenum_close(en);
426 uenum_close(u);
442 uenum_close(u);
451 uenum_close(u);
currtest.c 36 uenum_close(en);
106 uenum_close(en);
134 uenum_close(en);
stdnmtst.c 218 uenum_close(myEnum);
265 uenum_close(myEnum);
udatpg_test.c 296 uenum_close(en);
313 uenum_close(en);
cnmdptst.c     [all...]
ucnvseltst.c 346 uenum_close(res);
  /external/chromium/base/i18n/
icu_encoding_detection.cc 98 uenum_close(detectable_encodings);
  /external/chromium_org/base/i18n/
icu_encoding_detection.cc 98 uenum_close(detectable_encodings);
  /external/chromium_org/third_party/icu/source/common/
uenum.c 57 uenum_close(UEnumeration* en) function
locutil.cpp 239 uenum_close(uenum);
ustrenum.cpp 134 uenum_close(uenum);
  /external/icu4c/common/
uenum.c 57 uenum_close(UEnumeration* en) function
locutil.cpp 239 uenum_close(uenum);
ustrenum.cpp 139 uenum_close(uenum);
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 793 uenum_close(uenum);
804 uenum_close(uenum);
817 uenum_close(uenum);
  /external/icu4c/i18n/
coll.cpp 823 uenum_close(uenum);
834 uenum_close(uenum);
847 uenum_close(uenum);

Completed in 108 milliseconds

1 2 3