Searched refs:freelocale (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0003-Fallback-to-locale-C.patch | 167 - __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); 173 + __locale_unique_ptr loc(l, freelocale); 181 - __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); 187 + __locale_unique_ptr loc(l, freelocale); 255 - __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); 261 + __locale_unique_ptr loc(l, freelocale); 269 - __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); 275 + __locale_unique_ptr loc(l, freelocale); 283 - __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); 289 + __locale_unique_ptr loc(l, freelocale); [all …]
|
/ndk/sources/android/support/src/locale/ |
D | freelocale.c | 31 void freelocale(locale_t loc) { in freelocale() function
|
/ndk/sources/cxx-stl/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()
|
/ndk/sources/android/support/include/ |
D | locale.h | 95 extern void freelocale(locale_t);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 39 void freelocale(locale_t loc);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 34 #define freelocale _free_locale macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 70 void freelocale(locale_t locobj) in freelocale() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | xlocale.c | 238 void freelocale(locale_t loc) in freelocale() function
|
/ndk/sources/android/support/ |
D | Android.mk | 21 src/locale/freelocale.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 694 freelocale(__l); in ~collate_byname() 758 freelocale(__l); in ~collate_byname() 1178 freelocale(__l); in ~ctype_byname() 1247 freelocale(__l); in ~ctype_byname() 1524 freelocale(__l); in ~codecvt() 4316 __locale_unique_ptr loc(l, freelocale); in __init() 4364 __locale_unique_ptr loc(l, freelocale); in __init() 4807 freelocale(__loc_); in ~__time_get() 5508 freelocale(__loc_); in ~__time_put() 5925 __locale_unique_ptr loc(l, freelocale); in init() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 224 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
|