Searched refs:toupper_l (Results 1 – 20 of 20) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 264 #if !defined(toupper_l) 265 #define toupper_l _toupper_l macro
|
D | locale.c | 1614 return(toupper_l((int) ((unsigned char) c),c_locale)); in LocaleUppercase()
|
/external/llvm-project/libcxx/include/support/solaris/ |
D | xlocale.h | 28 int toupper_l(int __c, locale_t __l);
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 29 int toupper_l(int __c, locale_t __l);
|
/external/llvm-project/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 118 inline _LIBCPP_INLINE_VISIBILITY int toupper_l(int c, locale_t) { in toupper_l() function
|
/external/libcxx/include/support/xlocale/ |
D | __posix_l_fallback.h | 119 inline _LIBCPP_INLINE_VISIBILITY int toupper_l(int c, locale_t) { in toupper_l() function
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | xlocale.h | 166 int toupper_l(int c, locale_t locale) in toupper_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 167 int toupper_l(int c, locale_t locale) in toupper_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 163 #define toupper_l _toupper_l macro
|
/external/llvm-project/libcxx/include/support/win32/ |
D | locale_win32.h | 227 #define toupper_l _toupper_l macro
|
/external/mtools/ |
D | config.c | 194 ret = toupper_l(drive, C); in canon_drv()
|
D | configure.in | 175 snprintf stat64 setlocale toupper_l strncasecmp_l \
|
D | config.h.in | 306 /* Define to 1 if you have the `toupper_l' function. */
|
D | configure | 5463 snprintf stat64 setlocale toupper_l strncasecmp_l \
|
/external/llvm-project/libcxx/src/ |
D | locale.cpp | 1231 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper() 1238 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()
|
/external/libcxx/src/ |
D | locale.cpp | 1218 return static_cast<char>(toupper_l(static_cast<unsigned char>(c), __l)); in do_toupper() 1225 *low = static_cast<char>(toupper_l(static_cast<unsigned char>(*low), __l)); in do_toupper()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1985 {'type': 'FUNC', 'name': 'toupper_l@GLIBC_2.3'}
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3154 fun:toupper_l=uninstrumented
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3154 fun:toupper_l=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 57 PUBLIC 2bd00 0 toupper_l
|