Searched refs:Unfold2Table (Results 1 – 1 of 1) sorted by relevance
10890 static st_table* Unfold2Table; variable10901 if (Unfold2Table != 0) st_free_table(Unfold2Table); in onigenc_end_unicode()10946 Unfold2Table = st_init_table_with_size(&type_code2_hash, 200); in init_case_fold_table()10947 if (ONIG_IS_NULL(Unfold2Table)) return ONIGERR_MEMORY; in init_case_fold_table()10952 st_add_direct(Unfold2Table, (st_data_t )p2->from, (st_data_t )(&p2->to)); in init_case_fold_table()10958 st_add_direct(Unfold2Table, (st_data_t )p2->from, (st_data_t )(&p2->to)); in init_case_fold_table()11268 if (onig_st_lookup(Unfold2Table, (st_data_t )to->code,11339 if (onig_st_lookup(Unfold2Table, (st_data_t )codes, (void* )&z2) != 0) {
Completed in 16 milliseconds