Searched refs:Unfold1Table (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 10889 static st_table* Unfold1Table; variable 10900 if (Unfold1Table != 0) st_free_table(Unfold1Table); in onigenc_end_unicode() 10931 Unfold1Table = st_init_numtable_with_size(1000); in init_case_fold_table() 10932 if (ONIG_IS_NULL(Unfold1Table)) return ONIGERR_MEMORY; in init_case_fold_table() 10937 st_add_direct(Unfold1Table, (st_data_t )p1->from, (st_data_t )&(p1->to)); in init_case_fold_table() 10943 st_add_direct(Unfold1Table, (st_data_t )p1->from, (st_data_t )&(p1->to)); in init_case_fold_table() 11229 if (onig_st_lookup(Unfold1Table, (st_data_t )code, (void* )&to) != 0) { 11246 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0], 11312 if (onig_st_lookup(Unfold1Table, (st_data_t )code, (void* )&to) != 0) {
|
Completed in 26 milliseconds