HomeSort by relevance Sort by last modified time
    Searched refs:ONIG_EXTERN (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniggnu.h 60 ONIG_EXTERN
62 ONIG_EXTERN
64 ONIG_EXTERN
66 ONIG_EXTERN
68 ONIG_EXTERN
70 ONIG_EXTERN
72 ONIG_EXTERN
74 ONIG_EXTERN
76 ONIG_EXTERN
78 ONIG_EXTERN
    [all...]
onigposix.h 98 #ifndef ONIG_EXTERN
101 #define ONIG_EXTERN extern __declspec(dllexport)
103 #define ONIG_EXTERN extern __declspec(dllimport)
108 #ifndef ONIG_EXTERN
109 #define ONIG_EXTERN extern
123 ONIG_EXTERN OnigSyntaxType OnigSyntaxPosixBasic;
124 ONIG_EXTERN OnigSyntaxType OnigSyntaxPosixExtended;
125 ONIG_EXTERN OnigSyntaxType OnigSyntaxEmacs;
126 ONIG_EXTERN OnigSyntaxType OnigSyntaxGrep;
127 ONIG_EXTERN OnigSyntaxType OnigSyntaxGnuRegex;
    [all...]
regenc.h 115 ONIG_EXTERN int onigenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
116 ONIG_EXTERN int onigenc_ascii_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]));
117 ONIG_EXTERN int onigenc_apply_all_case_fold_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
118 ONIG_EXTERN int onigenc_get_case_fold_codes_by_str_with_map P_((int map_size, const OnigPairCaseFoldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]));
119 ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]));
120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
124 ONIG_EXTERN int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
125 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
127 ONIG_EXTERN int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code));
    [all...]
oniguruma.h 81 #ifndef ONIG_EXTERN
84 #define ONIG_EXTERN extern __declspec(dllexport)
86 #define ONIG_EXTERN extern __declspec(dllimport)
91 #ifndef ONIG_EXTERN
92 #define ONIG_EXTERN extern
115 ONIG_EXTERN OnigCaseFoldType OnigDefaultCaseFoldFlag;
173 ONIG_EXTERN OnigEncodingType OnigEncodingASCII;
174 ONIG_EXTERN OnigEncodingType OnigEncodingISO_8859_1;
175 ONIG_EXTERN OnigEncodingType OnigEncodingISO_8859_2;
176 ONIG_EXTERN OnigEncodingType OnigEncodingISO_8859_3;
    [all...]

Completed in 454 milliseconds