NameCtypeTable   10794 ext/mbstring/oniguruma/enc/unicode.c static st_table* NameCtypeTable;
NameCtypeTable   10803 ext/mbstring/oniguruma/enc/unicode.c   NameCtypeTable = onig_st_init_strend_table_with_size(100);
NameCtypeTable   10804 ext/mbstring/oniguruma/enc/unicode.c   if (ONIG_IS_NULL(NameCtypeTable)) return ONIGERR_MEMORY;
NameCtypeTable   10807 ext/mbstring/oniguruma/enc/unicode.c     onig_st_insert_strend(NameCtypeTable, pb->name, pb->name + pb->len,
NameCtypeTable   10843 ext/mbstring/oniguruma/enc/unicode.c   if (onig_st_lookup_strend(NameCtypeTable, buf, buf + len, &ctype) == 0) {