Home
last modified time | relevance | path

Searched defs:setlocale (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
Dlocale.py85 def setlocale(category, value=None): function
566 def setlocale(category, locale=None): function
/external/python/cpython3/Lib/
Dlocale.py87 def setlocale(category, value=None): function
595 def setlocale(category, locale=None): function
/external/harfbuzz_ng/src/
Dhb-common.cc35 #define setlocale(Category, Locale) "C" macro
/external/rust/crates/libc/src/windows/
Dmod.rs473 pub fn setlocale(category: ::c_int, locale: *const c_char) -> *mut c_char; in setlocale() function
/external/rust/crates/libc/src/unix/
Dmod.rs1270 pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; in setlocale() function
/external/rust/crates/libc/src/
Dwasi.rs566 pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; in setlocale() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1246 pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; in setlocale() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3772 pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char; in setlocale() function