| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cctype | 26 int islower(int c); 71 #ifdef islower 72 #undef islower 110 using ::islower;
|
| H A D | ctype.h | 49 #undef islower
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cctype | 26 int islower(int c); 71 #ifdef islower 72 #undef islower 110 using ::islower;
|
| H A D | ctype.h | 49 #undef islower
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/ |
| H A D | standard.hpp | 78 islower(int ch) in islower() function 80 return std::islower(ch) ? true : false; in islower()
|
| H A D | standard_wide.hpp | 110 islower(wchar_t ch) in islower() function 173 return islower(ch) ? in toupper()
|
| H A D | ascii.hpp | 242 islower(int ch) in islower() function 294 return islower(ch) ? (ch - 'a' + 'A') : ch; in toupper()
|
| H A D | iso8859_1.hpp | 630 islower(int ch) in islower() function 683 return islower(ch) && '\0' != iso8859_1_char_conversion[ch] ? in toupper()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ctype.h | 27 #define islower(c) ((__ismask(c)&(_L)) != 0) macro 52 if (islower(c)) in __toupper()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ctype.h | 31 #define islower(c) ((__ismask(c)&(_L)) != 0) macro 51 if (islower(c)) in __toupper()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | ctype.h | 32 #define islower(c) ((__ismask(c)&(_L)) != 0) macro 52 if (islower(c)) in __toupper()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | strto.c | 41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul() 139 : (islower(*cp) ? toupper(*cp) : *cp) - 'A' + 10) < base) { in simple_strtoull()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 133 #undef islower 134 #define islower(c) do_not_use_islower_with_safe_ctype macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | safe-ctype.h | 133 #undef islower 134 #define islower(c) do_not_use_islower_with_safe_ctype macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | cctype | 53 #undef islower 69 using ::islower;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | cctype | 53 #undef islower 69 using ::islower;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | ctype.h | 36 int islower(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | ctype.h | 15 int islower(int c);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | ctype.h | 15 int islower(int c);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | ctype.h | 112 __exctype (islower); 193 # define islower(c) __isctype((c), _ISlower) in __isctype_f()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | ctype.h | 112 __exctype (islower); 193 # define islower(c) __isctype((c), _ISlower) in __isctype_f()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | script_parser.c | 70 if (islower(ch)) in __get_str2int() 212 else if (islower(ch)) { in __get_str2int()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/xlocale/ |
| H A D | __posix_l_fallback.h | 48 return ::islower(c); in islower_l()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/xlocale/ |
| H A D | __posix_l_fallback.h | 48 return ::islower(c); in islower_l()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | string.c | 59 if (islower(c)) { in perf_atoll()
|