Search

July 28, 2004
General »
...says...

And

#    p = p[len..p.length];

should read

#    s = s[len..s.length];

(Aren...
July 28, 2004
General »
...s[0];
#            uint len = LENGTH[firstChar];
#            if (len != 0 && s.length >= len)
#            {
#                if (firstChar != 0xE0...
July 28, 2004
General »
...uint len, uint off ) {
        return new FatString(
            loBits[off..(off+len)],
            hiBits[off..(off+len...
July 26, 2004
General »
...bit value len which is followed
by a 32 bit pointer to len 32 bit...
July 26, 2004
General »
...int read(byte buf, int off, int len)  (not abstract!)

Interesting intermediate behavior is obtained...
July 16, 2004
Issues »
...are %.*s. In C, one would write the args as printf("%.*s\n", len, ptr);


July 16, 2004
Issues »
...a string as:

struct ORJStringA
{
    size_t      len;        /*!< The number of characters in the string...
July 01, 2004
General »
...ti)
{
    int len;

    //printf("adCmp()\n");
    len = a1.length;
    if (a2.length < len)
	len = a2...
June 23, 2004
c++.announce »
...808,14 @@
 			if (query_buf && query_buf->len > 0)
 				fprintf(fd, "%s\n", query_buf...
June 17, 2004
Issues »
...size, val );
if( ++len > val.length )
val.length = len * 2;
val[len-1] = ch;
}
ch...
141 142 143 144 145 146 147 148 149 150 151
Next ›   Last »