Searched refs:toupper_l (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/include/support/android/
H A Dlocale_bionic.h119 static inline int toupper_l(int c, locale_t) { function
/external/libcxx/include/support/win32/
H A Dlocale_win32.h89 #define toupper_l _toupper_l macro
/external/libcxx/include/support/ibm/
H A Dxlocale.h222 int toupper_l(int c, locale_t locale) function
/external/libcxx/include/support/solaris/
H A Dxlocale.h95 int toupper_l(int __c, locale_t __l);
/external/libcxx/src/support/solaris/
H A Dxlocale.c141 int toupper_l(int __c, locale_t __l) { function
/external/libcxx/src/
H A Dlocale.cpp1123 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l));
1130 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l));

Completed in 102 milliseconds