Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c567 size_t table_size; in map_from_unicode() local
624 table_size = sizeof(unimap_macroman) / sizeof(*unimap_macroman); in map_from_unicode()
628 table_size = sizeof(unimap_win1251) / sizeof(*unimap_win1251); in map_from_unicode()
632 table_size = sizeof(unimap_koi8r) / sizeof(*unimap_koi8r); in map_from_unicode()
636 table_size = sizeof(unimap_cp866) / sizeof(*unimap_cp866); in map_from_unicode()
642 found = unimap_bsearch(table, code, table_size); in map_from_unicode()

Completed in 11 milliseconds