Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c10890 static st_table* Unfold2Table; variable
10901 if (Unfold2Table != 0) st_free_table(Unfold2Table); in onigenc_end_unicode()
10946 Unfold2Table = st_init_table_with_size(&type_code2_hash, 200); in init_case_fold_table()
10947 if (ONIG_IS_NULL(Unfold2Table)) return ONIGERR_MEMORY; in init_case_fold_table()
10952 st_add_direct(Unfold2Table, (st_data_t )(UINTN)p2->from, (st_data_t )(UINTN)(&p2->to)); in init_case_fold_table()
10958 st_add_direct(Unfold2Table, (st_data_t )(UINTN)p2->from, (st_data_t )(UINTN)(&p2->to)); in init_case_fold_table()
11268 if (onig_st_lookup(Unfold2Table, (st_data_t )(UINTN)to->code,
11339 if (onig_st_lookup(Unfold2Table, (st_data_t )(UINTN)codes, (void* )&z2) != 0) {