Searched refs:Unfold3Table (Results 1 – 1 of 1) sorted by relevance
10891 static st_table* Unfold3Table; variable10902 if (Unfold3Table != 0) st_free_table(Unfold3Table); in onigenc_end_unicode()10961 Unfold3Table = st_init_table_with_size(&type_code3_hash, 30); in init_case_fold_table()10962 if (ONIG_IS_NULL(Unfold3Table)) return ONIGERR_MEMORY; in init_case_fold_table()10967 st_add_direct(Unfold3Table, (st_data_t )p3->from, (st_data_t )(&p3->to)); in init_case_fold_table()11294 if (onig_st_lookup(Unfold3Table, (st_data_t )to->code,11360 if (onig_st_lookup(Unfold3Table, (st_data_t )codes,
Completed in 14 milliseconds