Searched refs:towlower_l (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/win32/
H A Dlocale_win32.h101 #define towlower_l _towlower_l macro
/external/libcxx/include/support/xlocale/
H A Dxlocale.h133 static inline int towlower_l(int c, locale_t) { function
/external/libcxx/include/support/ibm/
H A Dxlocale.h237 wint_t towlower_l(wint_t wc, locale_t locale) function
/external/libcxx/src/
H A Dlocale.cpp1397 return towlower_l(c, __l);
1404 *low = towlower_l(*low, __l);

Completed in 124 milliseconds