Home
last modified time | relevance | path

Searched refs:freelocale (Results 1 – 11 of 11) sorted by relevance

/external/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c196 { 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/
Dxsltlocale.c24 #define freelocale __freelocale macro
340 freelocale(locale); in xsltFreeLocale()
/external/libcxx/include/support/win32/
Dlocale_win32.h34 #define freelocale _free_locale macro
/external/libcxx/include/support/solaris/
Dxlocale.h39 void freelocale(locale_t loc);
/external/libcxx/include/support/ibm/
Dxlocale.h70 void freelocale(locale_t locobj) in freelocale() function
/external/libcxx/src/
Dlocale.cpp678 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/
Dxlocale.c238 void freelocale(locale_t loc) in freelocale() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1568 freelocale(loc); \
1577 freelocale(loc); \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2013 fun:freelocale=uninstrumented
/external/libcxx/include/
Dlocale224 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
/external/stlport/etc/
DChangeLog-5.13473 * src/c_locale_glibc/c_locale_glibc2.c: use newlocale/freelocale for