Searched refs:ONIGENC_CTYPE_DIGIT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dregenc.h85 #define BIT_CTYPE_DIGIT (1<< ONIGENC_CTYPE_DIGIT)
H A Dregparse.c3066 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
3071 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
3482 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
3489 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT;
4166 case ONIGENC_CTYPE_DIGIT:
4248 { (UChar* )"digit", ONIGENC_CTYPE_DIGIT, 5 },
5921 case ONIGENC_CTYPE_DIGIT:
H A Dregenc.c798 PosixBracketEntryInit("Digit", ONIGENC_CTYPE_DIGIT),
H A Dencoding.c1888 int rb_isdigit(int c) { return ctype_test(c, ONIGENC_CTYPE_DIGIT); }
H A Dstring.c2912 if (rb_enc_isctype(c, ONIGENC_CTYPE_DIGIT, enc))
2913 ctype = ONIGENC_CTYPE_DIGIT;
2948 if (ctype != ONIGENC_CTYPE_DIGIT) {
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Doniguruma.h200 #define ONIGENC_CTYPE_DIGIT 4 macro
299 ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_DIGIT)

Completed in 295 milliseconds