Searched refs:FoldTable (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/enc/ |
H A D | unicode.c | 10888 static st_table* FoldTable; /* fold-1, fold-2, fold-3 */ variable 10899 if (FoldTable != 0) st_free_table(FoldTable); in onigenc_end_unicode() 10919 FoldTable = st_init_numtable_with_size(1200); in init_case_fold_table() 10920 if (ONIG_IS_NULL(FoldTable)) return ONIGERR_MEMORY; in init_case_fold_table() 10923 st_add_direct(FoldTable, (st_data_t )p->from, (st_data_t )&(p->to)); in init_case_fold_table() 10928 st_add_direct(FoldTable, (st_data_t )p->from, (st_data_t )&(p->to)); in init_case_fold_table() 11005 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) { 11219 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0) { 11330 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0 11351 if (onig_st_lookup(FoldTable, (st_data_t )code, (void* )&to) != 0
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | HISTORY | 163 2006/11/28: [impl] remove Fold[123]Table and add FoldTable.
|
Completed in 36 milliseconds