Searched refs:uenum_close (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duenum.h49 uenum_close(UEnumeration* en);
57 * "Smart pointer" class, closes a UEnumeration via uenum_close().
64 U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
176 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
181 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory.
182 * @see uenum_close
193 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
198 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
199 * @see uenum_close
/external/icu/icu4c/source/common/unicode/
H A Duenum.h49 uenum_close(UEnumeration* en);
57 * "Smart pointer" class, closes a UEnumeration via uenum_close().
64 U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
176 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
181 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory.
182 * @see uenum_close
193 * Do not free or modify either the string array or the characters it points to until this object has been destroyed with uenum_close.
198 * @return the new UEnumeration object. Caller is responsible for calling uenum_close to free memory
199 * @see uenum_close
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duenumtst.c220 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);
H A Dcurrtest.c36 uenum_close(en);
106 uenum_close(en);
134 uenum_close(en);
H A Dstdnmtst.c218 uenum_close(myEnum);
265 uenum_close(myEnum);
H A Duregiontest.c409 uenum_close(containedRegions);
438 uenum_close(containedRegions);
536 uenum_close(preferredRegions);
H A Dudatpg_test.c319 uenum_close(en);
336 uenum_close(en);
H A Dcnmdptst.c941 uenum_close(pref);
974 uenum_close(all);
977 uenum_close(ALL);
H A Ducnvseltst.c346 uenum_close(res);
/external/icu/icu4c/source/test/cintltst/
H A Duenumtst.c220 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);
H A Dcurrtest.c36 uenum_close(en);
106 uenum_close(en);
134 uenum_close(en);
H A Dstdnmtst.c218 uenum_close(myEnum);
265 uenum_close(myEnum);
H A Duregiontest.c409 uenum_close(containedRegions);
438 uenum_close(containedRegions);
536 uenum_close(preferredRegions);
H A Dudatpg_test.c319 uenum_close(en);
336 uenum_close(en);
H A Dcnmdptst.c941 uenum_close(pref);
974 uenum_close(all);
977 uenum_close(ALL);
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc98 uenum_close(detectable_encodings);
/external/chromium_org/third_party/icu/source/common/
H A Duenum.c57 uenum_close(UEnumeration* en) function
H A Dlocutil.cpp239 uenum_close(uenum);
H A Dustrenum.cpp139 uenum_close(uenum);
/external/icu/icu4c/source/common/
H A Duenum.c57 uenum_close(UEnumeration* en) function
H A Dlocutil.cpp239 uenum_close(uenum);
H A Dustrenum.cpp139 uenum_close(uenum);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp801 uenum_close(uenum);
812 uenum_close(uenum);
825 uenum_close(uenum);
/external/icu/icu4c/source/i18n/
H A Dmeasunit.cpp683 uenum_close(uenum);
689 uenum_close(uenum);
H A Dcoll.cpp874 uenum_close(uenum);
885 uenum_close(uenum);
898 uenum_close(uenum);

Completed in 1434 milliseconds

123