Home
last modified time | relevance | path

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

/external/libcxx/include/support/newlib/
Dxlocale.h30 static inline void freelocale(locale_t) { in freelocale() function
/external/skia/src/gpu/
DGrAutoLocaleSetter.h68 freelocale(fLocale); in ~GrAutoLocaleSetter()
/external/libcxx/include/support/win32/
Dlocale_win32.h34 #define freelocale _free_locale macro
/external/libcxx/include/support/ibm/
Dxlocale.h70 void freelocale(locale_t locobj) in freelocale() function
/external/libcxx/src/
Dlocale.cpp681 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/
Dmsan_test.cc1635 freelocale(loc); \
1644 freelocale(loc); \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1772 fun:freelocale=uninstrumented
/external/libcxx/include/
Dlocale230 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;