Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Doniguruma.h98 #define UChar OnigUChar
107 typedef unsigned char OnigUChar; typedef
153 int (*mbc_enc_len)(const OnigUChar* p);
157 int (*is_mbc_newline)(const OnigUChar* p, const OnigUChar* end);
158 OnigCodePoint (*mbc_to_code)(const OnigUChar* p, const OnigUChar* end);
160 int (*code_to_mbc)(OnigCodePoint code, OnigUChar *buf);
161 …int (*mbc_case_fold)(OnigCaseFoldType flag, const OnigUChar** pp, const OnigUChar* end, OnigUCh…
163 …int (*get_case_fold_codes_by_str)(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* e…
164 int (*property_name_to_ctype)(struct OnigEncodingTypeST* enc, OnigUChar* p, OnigUChar* end);
167 OnigUChar* (*left_adjust_char_head)(const OnigUChar* start, const OnigUChar* p);
[all …]
Dregenc.h116 …i_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
118 …Codes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
150 …des_by_str P_((OnigEncoding enc, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
Dregenc.c419 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str()
479 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
DRegularExpressionDxe.c93 OnigUChar *Start; in OnigurumaMatch()
111 Start = (OnigUChar*)Pattern; in OnigurumaMatch()
131 Start = (OnigUChar*)String; in OnigurumaMatch()
DRegularExpressionDxe.inf95 # Oniguruma: 'type cast' : truncation from 'OnigUChar *' to 'unsigned int'
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
Dutf16_le.c203 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
Dunicode.c11175 OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end,