Home
last modified time | relevance | path

Searched refs:wctob_l (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
D__bsd_locale_defaults.h20 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc)
/external/libcxx/include/support/win32/
Dlocale_win32.h39 int wctob_l( wint_t c, locale_t loc );
/external/libcxx/src/support/win32/
Dlocale_win32.cpp86 int wctob_l( wint_t c, locale_t loc ) in wctob_l() function