Home
last modified time | relevance | path

Searched refs:dchar_t (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
H A Didentifier.c163 dchar_t dc; in isValidIdentifier()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
H A Didentifier.c163 dchar_t dc; in isValidIdentifier()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
128 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
138 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
148 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
178 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
193 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
213 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
279 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
H A Didentifier.c163 dchar_t dc; in isValidIdentifier()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
H A Didentifier.c163 dchar_t dc; in isValidIdentifier()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
128 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
138 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
148 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
178 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
193 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
213 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
279 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
137 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
147 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
177 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
192 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
212 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
278 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dutf.h21 typedef utf32_t dchar_t; typedef
104 bool utf_isValidDchar(dchar_t c);
106 bool isUniAlpha(dchar_t c);
108 int utf_codeLengthChar(dchar_t c);
109 int utf_codeLengthWchar(dchar_t c);
110 int utf_codeLength(int sz, dchar_t c);
112 void utf_encodeChar(utf8_t *s, dchar_t c);
113 void utf_encodeWchar(utf16_t *s, dchar_t c);
114 void utf_encode(int sz, void *s, dchar_t c);
116 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult);
[all …]
H A Dutf.c67 bool utf_isValidDchar(dchar_t c) in utf_isValidDchar()
87 bool isUniAlpha(dchar_t c) in isUniAlpha()
114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar()
128 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar()
138 int utf_codeLength(int sz, dchar_t c) in utf_codeLength()
148 void utf_encodeChar(utf8_t *s, dchar_t c) in utf_encodeChar()
178 void utf_encodeWchar(utf16_t *s, dchar_t c) in utf_encodeWchar()
193 void utf_encode(int sz, void *s, dchar_t c) in utf_encode()
213 const char *utf_decodeChar(utf8_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeChar()
279 const char *utf_decodeWchar(utf16_t const *s, size_t len, size_t *pidx, dchar_t *presult) in utf_decodeWchar()
/dports/sysutils/libcdio/libcdio-2.1.0/include/cdio/
H A Diso9660.h59 typedef char dchar_t; /*! See section 7.4.1 */ typedef
298 dchar_t volume_id[ISO_MAX_VOLUME_ID]; /**< each char is a dchar */
321 dchar_t volume_set_id[ISO_MAX_VOLUMESET_ID]; /**< Volume Set of
359 dchar_t copyright_file_id[37]; /**< Name of file for
366 dchar_t abstract_file_id[37]; /**< See section 8.4.24 of
368 dchar_t bibliographic_file_id[37]; /**< See section 7.5 of
409 dchar_t volume_id[ISO_MAX_VOLUME_ID]; /**< Section 8.5.5; each char
435 dchar_t volume_set_id[ISO_MAX_VOLUMESET_ID]; /**< 8.5.13;
473 dchar_t copyright_file_id[37]; /**< Name of file for
480 dchar_t abstract_file_id[37]; /**< See section 8.5.18 of
[all …]
/dports/sysutils/iat/iat-0.1.7/src/
H A Decma119.h63 typedef char dchar_t; typedef
102 dchar_t volume_id [ISODCL(41, 72)]; /* dchars */
139 dchar_t volume_id [ISODCL(41, 72)];
152 dchar_t volume_set_id [ISODCL(191, 318)];
175 dchar_t volume_id [ISODCL(41, 72)];
188 dchar_t volume_set_id [ISODCL(191, 318)];
211 dchar_t volume_partition_id [ISODCL(41, 72)];

1234