HomeSort by relevance Sort by last modified time
    Searched defs:freelocale (Results 1 - 11 of 11) sorted by null

  /ndk/sources/android/support/src/locale/
freelocale.c 31 void freelocale(locale_t loc) { function
  /external/libcxx/include/support/newlib/
xlocale.h 30 static inline void freelocale(locale_t) { function
  /bionic/libc/bionic/
locale.cpp 120 void freelocale(locale_t l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 238 void freelocale(locale_t loc) function
  /external/libcxx/include/support/ibm/
xlocale.h 70 void freelocale(locale_t locobj) function
  /external/libcxx/include/support/win32/
locale_win32.h 34 #define freelocale _free_locale macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 70 void freelocale(locale_t locobj) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 34 #define freelocale _free_locale macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 70 void freelocale(locale_t locobj) function
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 34 #define freelocale _free_locale macro
  /external/libcxx/src/
locale.cpp 681 freelocale(__l);
733 freelocale(__l);
4329 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
4372 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
5904 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
5952 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
6017 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
6100 __locale_unique_ptr loc(newlocale(LC_ALL_MASK, nm, 0), freelocale); local
    [all...]

Completed in 171 milliseconds