Home
last modified time | relevance | path

Searched defs:newloc (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/locale/
Dnewlocale.c42 locale_t newloc = newlocale(LC_ALL_MASK, "en_US", NULL); in newlocale_0100() local
63 locale_t newloc = newlocale(LC_ALL_MASK, "C", NULL); in newlocale_0200() local
87 locale_t newloc = newlocale(lcMarkArry[i], "en_US", NULL); in newlocale_0300() local
107 locale_t newloc = newlocale(lcMarkArry[i], "C", NULL); in newlocale_0400() local
134 locale_t newloc = newlocale(lcMarkArry[i], "zh_CN", NULL); in newlocale_0500() local
160 locale_t newloc = newlocale(LC_ALL_MASK, "de_DE", NULL); in newlocale_0600() local
/third_party/libexif/test/nls/
Dtest-nls.c40 const char *newloc = setlocale(LC_ALL, NULL); in main() local
/third_party/elfutils/libdw/
Ddwarf_getlocation.c310 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression() local
321 struct loclist *newloc; in __libdw_intern_expression() local
586 struct loclist *newloc = NEW_LOC (); in __libdw_intern_expression() local
/third_party/python/Python/
Dpylifecycle.c333 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local