Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c127 const unsigned *table, unsigned table_size) in mph_lookup() argument
135 idx = mph_hash(g, code) % table_size; in mph_lookup()
/PHP-7.4/ext/standard/
H A Dhtml.c533 size_t table_size; in map_from_unicode() local
590 table_size = sizeof(unimap_macroman) / sizeof(*unimap_macroman); in map_from_unicode()
594 table_size = sizeof(unimap_win1251) / sizeof(*unimap_win1251); in map_from_unicode()
598 table_size = sizeof(unimap_koi8r) / sizeof(*unimap_koi8r); in map_from_unicode()
602 table_size = sizeof(unimap_cp866) / sizeof(*unimap_cp866); in map_from_unicode()
608 found = unimap_bsearch(table, code, table_size); in map_from_unicode()

Completed in 16 milliseconds