SCM_STRING_BODY_LENGTH  301 ext/vport/vport.c         for (i=0; i < SCM_STRING_BODY_LENGTH(b); i++) {
SCM_STRING_BODY_LENGTH  236 src/class.c                                     SCM_STRING_BODY_LENGTH(b)-1);
SCM_STRING_BODY_LENGTH 1004 src/gauche.h       (SCM_STRING_BODY_SIZE(body)==SCM_STRING_BODY_LENGTH(body))
SCM_STRING_BODY_LENGTH  536 src/module.c                             SCM_STRING_BODY_LENGTH(b), 0);
SCM_STRING_BODY_LENGTH 1932 src/regexp.c       rm->inputLen = SCM_STRING_BODY_LENGTH(origb);
SCM_STRING_BODY_LENGTH 2044 src/regexp.c           sub->length = SCM_STRING_BODY_LENGTH(SCM_STRING_BODY(s));
SCM_STRING_BODY_LENGTH 2578 src/stdlib.c    SCM_RESULT = (SCM_STRING_BODY_LENGTH(SCM_STRING_BODY(str)));
SCM_STRING_BODY_LENGTH   94 src/string.c       fprintf(out, "STR(len=%d,siz=%d) \"", SCM_STRING_BODY_LENGTH(b), s);
SCM_STRING_BODY_LENGTH  275 src/string.c       if (plength) *plength = SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  298 src/string.c       int len  = SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  467 src/string.c       int len = SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  517 src/string.c       if (offset < 0 || offset > SCM_STRING_BODY_LENGTH(b)) {
SCM_STRING_BODY_LENGTH  535 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_LENGTH  536 src/string.c       int sizey = SCM_STRING_BODY_SIZE(yb), leny = SCM_STRING_BODY_LENGTH(yb);
SCM_STRING_BODY_LENGTH  553 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_LENGTH  599 src/string.c           len += SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  645 src/string.c       dlen  = SCM_STRING_BODY_LENGTH(dbody);
SCM_STRING_BODY_LENGTH  658 src/string.c           len  += SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  706 src/string.c       int sizex = SCM_STRING_BODY_SIZE(xb), lenx = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_LENGTH  759 src/string.c                                SCM_STRING_BODY_LENGTH(yb),
SCM_STRING_BODY_LENGTH  804 src/string.c       if (end > SCM_STRING_BODY_LENGTH(xb))
SCM_STRING_BODY_LENGTH  844 src/string.c           iend = SCM_STRING_BODY_LENGTH(xb);
SCM_STRING_BODY_LENGTH  938 src/string.c       int len1 = SCM_STRING_BODY_LENGTH(sb);
SCM_STRING_BODY_LENGTH 1045 src/string.c                          SCM_STRING_BODY_LENGTH(s2b),
SCM_STRING_BODY_LENGTH 1066 src/string.c       int len = SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH 1092 src/string.c       len = SCM_STRING_BODY_LENGTH(strb);
SCM_STRING_BODY_LENGTH 1134 src/string.c       str->body = make_str_body(SCM_STRING_BODY_LENGTH(strb),
SCM_STRING_BODY_LENGTH 1212 src/string.c               int len = SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH 1236 src/string.c       int len = SCM_STRING_BODY_LENGTH(srcb);
SCM_STRING_BODY_LENGTH 1544 src/string.c           dstr->length += SCM_STRING_BODY_LENGTH(b);
SCM_STRING_BODY_LENGTH  603 src/write.c        int padcount = mincol- SCM_STRING_BODY_LENGTH(SCM_STRING_BODY(str));
SCM_STRING_BODY_LENGTH 1063 src/write.c                        for (len = SCM_STRING_BODY_LENGTH(SCM_STRING_BODY(val));