Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10888 static st_table* FoldTable; /* fold-1, fold-2, fold-3 */ variable
10904 FoldTable = st_init_numtable_with_size(1200); in init_case_fold_table()
10905 if (ONIG_IS_NULL(FoldTable)) return ONIGERR_MEMORY; in init_case_fold_table()
10908 st_add_direct(FoldTable, (st_data_t )p->from, (st_data_t )&(p->to)); in init_case_fold_table()
10913 st_add_direct(FoldTable, (st_data_t )p->from, (st_data_t )&(p->to)); in init_case_fold_table()
10987 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) {
11201 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) {
11312 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0
11333 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY139 2006/11/28: [impl] remove Fold[123]Table and add FoldTable.

Completed in 26 milliseconds