Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10891 static st_table* Unfold3Table; variable
10946 Unfold3Table = st_init_table_with_size(&type_code3_hash, 30); in init_case_fold_table()
10947 if (ONIG_IS_NULL(Unfold3Table)) return ONIGERR_MEMORY; in init_case_fold_table()
10952 st_add_direct(Unfold3Table, (st_data_t )p3->from, (st_data_t )(&p3->to)); in init_case_fold_table()
11276 if (onig_st_lookup(Unfold3Table, (st_data_t )to->code,
11342 if (onig_st_lookup(Unfold3Table, (st_data_t )codes,

Completed in 20 milliseconds