Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dunicode.c10794 static st_table* NameCtypeTable; variable
10803 NameCtypeTable = onig_st_init_strend_table_with_size(100); in init_name_ctype_table()
10804 if (ONIG_IS_NULL(NameCtypeTable)) return ONIGERR_MEMORY; in init_name_ctype_table()
10807 onig_st_insert_strend(NameCtypeTable, pb->name, pb->name + pb->len, in init_name_ctype_table()
10843 if (onig_st_lookup_strend(NameCtypeTable, buf, buf + len, &ctype) == 0) { in onigenc_unicode_property_name_to_ctype()

Completed in 30 milliseconds