Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dhtml.c462 size_t table_size; in map_from_unicode() local
519 table_size = sizeof(unimap_macroman) / sizeof(*unimap_macroman); in map_from_unicode()
523 table_size = sizeof(unimap_win1251) / sizeof(*unimap_win1251); in map_from_unicode()
527 table_size = sizeof(unimap_koi8r) / sizeof(*unimap_koi8r); in map_from_unicode()
531 table_size = sizeof(unimap_cp866) / sizeof(*unimap_cp866); in map_from_unicode()
537 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
/PHP-8.3/ext/mbstring/
H A Dphp_unicode.c102 const unsigned *table, unsigned table_size) in mph_lookup() argument
110 idx = mph_hash(g, code) % table_size; in mph_lookup()

Completed in 49 milliseconds