Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h798 extern int onig_st_lookup_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end…
Dregparse.c364 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, in onig_st_lookup_strend() function
497 onig_st_lookup_strend(t, name, name_end, (HashDataType* )((void* )(&e))); in name_find()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dunicode.c10843 if (onig_st_lookup_strend(NameCtypeTable, buf, buf + len, &ctype) == 0) { in onigenc_unicode_property_name_to_ctype()