Searched refs:freelocale (Results 1 – 11 of 11) sorted by relevance
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 196 { freelocale((locale_t)__loc); } in _Locale_ctype_destroy() 202 { freelocale((locale_t)__loc); } in _Locale_numeric_destroy() 205 { freelocale((locale_t)__loc); } in _Locale_time_destroy() 208 { freelocale((locale_t)__loc); } in _Locale_collate_destroy() 211 { freelocale((locale_t)__loc); } in _Locale_monetary_destroy() 214 { freelocale((locale_t)__loc); } in _Locale_messages_destroy()
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | xsltlocale.c | 24 #define freelocale __freelocale macro 340 freelocale(locale); in xsltFreeLocale()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 34 #define freelocale _free_locale macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 39 void freelocale(locale_t loc);
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 70 void freelocale(locale_t locobj) in freelocale() function
|
/external/libcxx/src/ |
D | locale.cpp | 678 freelocale(__l); in ~collate_byname() 730 freelocale(__l); in ~collate_byname() 1117 freelocale(__l); in ~ctype_byname() 1174 freelocale(__l); in ~ctype_byname() 1445 freelocale(__l); in ~codecvt() 4232 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in __init() 4275 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in __init() 4706 freelocale(__loc_); in ~__time_get() 5395 freelocale(__loc_); in ~__time_put() 5807 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in init() [all …]
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 238 void freelocale(locale_t loc) in freelocale() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1568 freelocale(loc); \ 1577 freelocale(loc); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2013 fun:freelocale=uninstrumented
|
/external/libcxx/include/ |
D | locale | 224 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3473 * src/c_locale_glibc/c_locale_glibc2.c: use newlocale/freelocale for
|