Searched refs:Unfold3Table (Results 1 – 1 of 1) sorted by relevance
10891 static st_table* Unfold3Table; variable10946 Unfold3Table = st_init_table_with_size(&type_code3_hash, 30); in init_case_fold_table()10947 if (ONIG_IS_NULL(Unfold3Table)) return ONIGERR_MEMORY; in init_case_fold_table()10952 st_add_direct(Unfold3Table, (st_data_t )p3->from, (st_data_t )(&p3->to)); in init_case_fold_table()11277 if (onig_st_lookup(Unfold3Table, (st_data_t )to->code,11343 if (onig_st_lookup(Unfold3Table, (st_data_t )codes,
Completed in 31 milliseconds