Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c10891 static st_table* Unfold3Table; variable
10902 if (Unfold3Table != 0) st_free_table(Unfold3Table); in onigenc_end_unicode()
10961 Unfold3Table = st_init_table_with_size(&type_code3_hash, 30); in init_case_fold_table()
10962 if (ONIG_IS_NULL(Unfold3Table)) return ONIGERR_MEMORY; in init_case_fold_table()
10967 st_add_direct(Unfold3Table, (st_data_t )(UINTN)p3->from, (st_data_t )(UINTN)(&p3->to)); in init_case_fold_table()
11294 if (onig_st_lookup(Unfold3Table, (st_data_t )(UINTN)to->code,
11360 if (onig_st_lookup(Unfold3Table, (st_data_t )(UINTN)codes,