Home
last modified time | relevance | path

Searched refs:__xlocale_str (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/include/support/win32/
Dlocale_win32.h38 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() argument
39 : __locale(__xlocale), __locale_str(__xlocale_str) {} in locale_t()
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h102 locale_t(_locale_t __xlocale, const char* __xlocale_str) in locale_t() argument
103 : __locale_(__xlocale), __locale_str_(__xlocale_str), __lc_(nullptr) {} in locale_t()