Home
last modified time | relevance | path

Searched refs:ASCII_UPPER (Results 1 – 13 of 13) sorted by relevance

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/util/
H A Dascii.h17 #define ASCII_UPPER 0x20 macro
21 #define ASCII_ALPHA (ASCII_LOWER | ASCII_UPPER)
30 #define ascii_isupper(x) ascii_test(x, ASCII_UPPER)
53 return c + (ascii_table[c] & ASCII_UPPER); in ascii_tolower()
H A Dascii.c8 U = ASCII_UPPER,
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dgen-unicode.scm416 (UPPER Lu) ASCII_UPPER
650 (hash-table-put! sets 'ASCII_UPPER
651 (rlet1 cs (make <char-code-set> :name 'ASCII_UPPER)
662 (hash-table-ref sets 'ASCII_UPPER)
H A Dchar.c1190 PREDEF_ENTRY("upper:", ASCII_UPPER, UPPER),
1625 DEFCS("ascii-upper-case", ASCII_UPPER); in Scm__InitChar()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dos_spec.h1157 #define ASCII_UPPER 0x10 macro
1172 ( ( asciiCtypeTbl[ byteToInt( ch ) ] & ASCII_UPPER ) ? \
H A Dos_spec.c272 #define U ASCII_UPPER
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dunicode.h398 ASCII_UPPER = 1 << 9, enumerator
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dslap.h157 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
158 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dslap.h157 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
158 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dslap.h165 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
166 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dslap.h165 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
166 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dslap.h168 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
169 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dslap.h168 #define ASCII_UPPER(c) ( (c) >= 'A' && (c) <= 'Z' ) macro
169 #define ASCII_ALPHA(c) ( ASCII_LOWER(c) || ASCII_UPPER(c) )