July 28, 2004 General » Re: UTF-8 to dchar conversion | |||
|---|---|---|---|
| |||
...says... And # p = p[len..p.length]; should read # s = s[len..s.length]; (Aren... | |||
July 28, 2004 General » UTF-8 to dchar conversion | |||
|---|---|---|---|
| |||
...s[0];
# uint len = LENGTH[firstChar];
# if (len != 0 && s.length >= len)
# {
# if (firstChar != 0xE0... | |||
July 28, 2004 General » Re: String Class (was other things) | |||
|---|---|---|---|
| |||
...uint len, uint off ) {
return new FatString(
loBits[off..(off+len)],
hiBits[off..(off+len... | |||
July 26, 2004 General » Re: Satisfying Interface Requirements | |||
|---|---|---|---|
| |||
...bit value len which is followed by a 32 bit pointer to len 32 bit... | |||
July 26, 2004 General » Re: OT - scanf in Java | |||
|---|---|---|---|
| |||
...int read(byte buf, int off, int len) (not abstract!) Interesting intermediate behavior is obtained... | |||
July 16, 2004 Issues » Re: Documentation error - array structure definition | |||
|---|---|---|---|
| |||
...are %.*s. In C, one would write the args as printf("%.*s\n", len, ptr);
| |||
July 16, 2004 Issues » Re: Documentation error - array structure definition | |||
|---|---|---|---|
| |||
...a string as:
struct ORJStringA
{
size_t len; /*!< The number of characters in the string... | |||
July 01, 2004 General » Re: empty arrays - no complaints? | |||
|---|---|---|---|
| |||
...ti)
{
int len;
//printf("adCmp()\n");
len = a1.length;
if (a2.length < len)
len = a2... | |||
June 23, 2004 c++.announce » Re: Client libpq library and psql client program for DMC | |||
|---|---|---|---|
| |||
...808,14 @@ if (query_buf && query_buf->len > 0) fprintf(fd, "%s\n", query_buf... | |||
June 17, 2004 Issues » Re: problem with delegates and arrays? | |||
|---|---|---|---|
| |||
...size, val ); if( ++len > val.length ) val.length = len * 2; val[len-1] = ch; } ch... | |||
Copyright © 1999-2021 by the D Language Foundation