Home
last modified time | relevance | path

Searched refs:SCM_CHAR_SET (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dcharset.h80 #define SCM_CHAR_SET(obj) ((ScmCharSet*)obj) macro
84 (SCM_CHAR_SET(obj)->flags & SCM_CHAR_SET_LARGE)
86 (SCM_CHAR_SET(obj)->flags & SCM_CHAR_SET_IMMUTABLE)
90 #define SCM_CHARSET(obj) SCM_CHAR_SET(obj)
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dregexp.c364 rc_register_charset(ctx, SCM_CHAR_SET(cs)); in rc1_lex()
368 rc_register_charset(ctx, SCM_CHAR_SET(cs)); in rc1_lex()
954 ScmCharSet* cur = SCM_CHAR_SET(*set); in rc_casefold()
964 Scm_CharSetAdd(SCM_CHAR_SET(*set), in rc_casefold()
968 Scm_CharSetCaseFold(SCM_CHAR_SET(*set)); in rc_casefold()
982 Scm_CharSetFreezeX(SCM_CHAR_SET(set)); in rc_charset()
983 rc_register_charset(ctx, SCM_CHAR_SET(set)); in rc_charset()
1007 rx->sets[i++] = SCM_CHAR_SET(SCM_CAR(cp)); in rc_setup_charsets()
1138 return Scm_CharSetLE(SCM_CHAR_SET(x), SCM_CHAR_SET(ccs)); in is_distinct()
1807 return Scm_CharSetAdd(SCM_CHAR_SET(la1), in merge_laset()
[all …]
H A Dchar.c433 ScmCharSet *cs = SCM_CHAR_SET(obj); in charset_print()
671 ScmCharSet *xx = SCM_CHAR_SET(x); in charset_compare()
672 ScmCharSet *yy = SCM_CHAR_SET(y); in charset_compare()
1122 Scm_CharSetAdd(set, SCM_CHAR_SET(moreset)); in Scm_CharSetRead()
1564 ScmObj cs = Scm_CharSetCopy(SCM_CHAR_SET(predef_sets[-id])); in Scm_GetStandardCharSet()
1565 cs = Scm_CharSetComplement(SCM_CHAR_SET(cs)); in Scm_GetStandardCharSet()
1566 Scm_CharSetFreezeX(SCM_CHAR_SET(cs)); in Scm_GetStandardCharSet()
H A Dread.c1474 ScmCharSet *cs = SCM_CHAR_SET(Scm_CharSetRead(port, NULL, TRUE, FALSE)); in read_charset()
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog12888 * src/gauche/charset.h (SCM_CHAR_SET etc): Changed CHARSET in