Searched refs:freelocale (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/support/newlib/ |
D | xlocale.h | 30 static inline void freelocale(locale_t) { in freelocale() function
|
/external/skia/src/gpu/ |
D | GrAutoLocaleSetter.h | 68 freelocale(fLocale); in ~GrAutoLocaleSetter()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 34 #define freelocale _free_locale macro
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 70 void freelocale(locale_t locobj) in freelocale() function
|
/external/libcxx/src/ |
D | locale.cpp | 681 freelocale(__l); in ~collate_byname() 733 freelocale(__l); in ~collate_byname() 1203 freelocale(__l); in ~ctype_byname() 1260 freelocale(__l); in ~ctype_byname() 1541 freelocale(__l); in ~codecvt() 4329 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in __init() 4372 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in __init() 4803 freelocale(__loc_); in ~__time_get() 5492 freelocale(__loc_); in ~__time_put() 5904 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); in init() [all …]
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1635 freelocale(loc); \ 1644 freelocale(loc); \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1772 fun:freelocale=uninstrumented
|
/external/libcxx/include/ |
D | locale | 230 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
|