ONIG_CHAR_TABLE_SIZE 649 include/ruby/oniguruma.h unsigned char map[ONIG_CHAR_TABLE_SIZE]; /* used as BM skip or char-map */ ONIG_CHAR_TABLE_SIZE 3909 regcomp.c if (len < ONIG_CHAR_TABLE_SIZE) { ONIG_CHAR_TABLE_SIZE 3910 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) skip[i] = len; ONIG_CHAR_TABLE_SIZE 3917 regcomp.c *int_skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); ONIG_CHAR_TABLE_SIZE 3920 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) (*int_skip)[i] = len; ONIG_CHAR_TABLE_SIZE 3963 regcomp.c UChar map[ONIG_CHAR_TABLE_SIZE]; ONIG_CHAR_TABLE_SIZE 4427 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) { ONIG_CHAR_TABLE_SIZE 4934 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) ONIG_CHAR_TABLE_SIZE 5156 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) ONIG_CHAR_TABLE_SIZE 5163 regcomp.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) { ONIG_CHAR_TABLE_SIZE 5304 regcomp.c size = sizeof(int) * ONIG_CHAR_TABLE_SIZE; ONIG_CHAR_TABLE_SIZE 5311 regcomp.c size = sizeof(int) * ONIG_CHAR_TABLE_SIZE; ONIG_CHAR_TABLE_SIZE 2995 regexec.c *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE); ONIG_CHAR_TABLE_SIZE 3000 regexec.c for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++)