Home
last modified time | relevance | path

Searched refs:Unfold2Table (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10890 static st_table* Unfold2Table; variable
10931 Unfold2Table = st_init_table_with_size(&type_code2_hash, 200); in init_case_fold_table()
10932 if (ONIG_IS_NULL(Unfold2Table)) return ONIGERR_MEMORY; in init_case_fold_table()
10937 st_add_direct(Unfold2Table, (st_data_t )p2->from, (st_data_t )(&p2->to)); in init_case_fold_table()
10943 st_add_direct(Unfold2Table, (st_data_t )p2->from, (st_data_t )(&p2->to)); in init_case_fold_table()
11250 if (onig_st_lookup(Unfold2Table, (st_data_t )to->code,
11321 if (onig_st_lookup(Unfold2Table, (st_data_t )codes, (void* )&z2) != 0) {

Completed in 16 milliseconds