Searched refs:ONIGENC_CTYPE_BLANK (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dregenc.h83 #define BIT_CTYPE_BLANK (1<< ONIGENC_CTYPE_BLANK)
H A Dregenc.c796 PosixBracketEntryInit("Blank", ONIGENC_CTYPE_BLANK),
H A Dencoding.c1886 int rb_isblank(int c) { return ctype_test(c, ONIGENC_CTYPE_BLANK); }
H A Dregparse.c4164 case ONIGENC_CTYPE_BLANK:
4246 { (UChar* )"blank", ONIGENC_CTYPE_BLANK, 5 },
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Doniguruma.h198 #define ONIGENC_CTYPE_BLANK 2 macro
297 ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_BLANK)

Completed in 109 milliseconds