Searched refs:FoldTable (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 10888 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() 10988 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) { 11202 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) { 11313 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0 11334 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | HISTORY | 158 2006/11/28: [impl] remove Fold[123]Table and add FoldTable.
|
Completed in 36 milliseconds