Searched refs:Unfold1Table (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 10889 static st_table* Unfold1Table; variable 10916 Unfold1Table = st_init_numtable_with_size(1000); in init_case_fold_table() 10917 if (ONIG_IS_NULL(Unfold1Table)) return ONIGERR_MEMORY; in init_case_fold_table() 10922 st_add_direct(Unfold1Table, (st_data_t )p1->from, (st_data_t )&(p1->to)); in init_case_fold_table() 10928 st_add_direct(Unfold1Table, (st_data_t )p1->from, (st_data_t )&(p1->to)); in init_case_fold_table() 11212 if (onig_st_lookup(Unfold1Table, (st_data_t )code, (void* )&to) != 0) { 11229 if (onig_st_lookup(Unfold1Table, (st_data_t )cs[fn][0], 11295 if (onig_st_lookup(Unfold1Table, (st_data_t )code, (void* )&to) != 0) {
|
Completed in 26 milliseconds