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

/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c196 { freelocale((locale_t)__loc); }
202 { freelocale((locale_t)__loc); }
205 { freelocale((locale_t)__loc); }
208 { freelocale((locale_t)__loc); }
211 { freelocale((locale_t)__loc); }
214 { freelocale((locale_t)__loc); }
/external/libcxx/include/support/win32/
H A Dlocale_win32.h34 #define freelocale _free_locale macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltlocale.c24 #define freelocale __freelocale macro
340 freelocale(locale);
/external/libcxx/include/support/ibm/
H A Dxlocale.h70 void freelocale(locale_t locobj) function
/external/libcxx/include/support/solaris/
H A Dxlocale.h39 void freelocale(locale_t loc);
/external/libcxx/src/support/solaris/
H A Dxlocale.c238 void freelocale(locale_t loc) function
/external/libcxx/src/
H A Dlocale.cpp678 freelocale(__l);
730 freelocale(__l);
1117 freelocale(__l);
1174 freelocale(__l);
1445 freelocale(__l);
4232 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
4275 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
4706 freelocale(__loc_);
5395 freelocale(__loc_);
5807 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
5855 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
5920 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
6003 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1568 freelocale(loc); \
1577 freelocale(loc); \

Completed in 728 milliseconds