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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regsyntax.c 39 (OnigCodePoint )'\\' /* esc */
40 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
41 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
42 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
43 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
44 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
56 (OnigCodePoint )'\\' /* esc */
57 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
58 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
59 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
    [all...]
regenc.h 44 OnigCodePoint from;
45 OnigCodePoint to;
119 ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]));
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));
128 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
134 ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end));
136 ONIG_EXTERN int onigenc_mb2_code_to_mbclen P_((OnigCodePoint code));
137 ONIG_EXTERN int onigenc_mb2_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
    [all...]
regenc.c 399 OnigCodePoint code;
425 items[0].code[0] = (OnigCodePoint )(*p + 0x20);
431 items[0].code[0] = (OnigCodePoint )(*p - 0x20);
442 static OnigCodePoint ss[] = { 0x73, 0x73 };
444 return (*f)((OnigCodePoint )0xdf, ss, 2, arg);
453 OnigCodePoint code;
484 items[0].code[0] = (OnigCodePoint )(*p + 0x20);
490 items[1].code[0] = (OnigCodePoint )0xdf;
499 items[0].code[0] = (OnigCodePoint )(*p - 0x20);
505 items[1].code[0] = (OnigCodePoint )0xdf;
    [all...]
regparse.c 67 (OnigCodePoint )'\\' /* esc */
68 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar '.' */
69 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anytime '*' */
70 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* zero or one time '?' */
71 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* one or more time '+' */
72 , (OnigCodePoint )ONIG_INEFFECTIVE_META_CHAR /* anychar anytime */
132 (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
135 add_code_range_to_buf(pbuf, MBCODE_START_POS(enc), ~((OnigCodePoint )0))
276 #define PPEEK_IS(c) (PPEEK == (OnigCodePoint )c)
1153 node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out,
    [all...]
oniguruma.h 103 typedef ULONG_PTR OnigCodePoint;
105 typedef unsigned long OnigCodePoint;
138 OnigCodePoint code[ONIGENC_MAX_COMP_CASE_FOLD_CODE_LEN];
142 OnigCodePoint esc;
143 OnigCodePoint anychar;
144 OnigCodePoint anytime;
145 OnigCodePoint zero_or_one_time;
146 OnigCodePoint one_or_more_time;
147 OnigCodePoint anychar_anytime;
150 typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
    [all...]
regint.h 231 /* sizeof(OnigCodePoint) */
567 #define SIZE_CODE_POINT sizeof(OnigCodePoint)
581 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p))
790 extern int onig_is_code_in_cc P_((OnigEncoding enc, OnigCodePoint code, CClassNode* cc));
791 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNode* cc));
814 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
regerror.c 207 OnigCodePoint code;
regcomp.c     [all...]
regexec.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
ascii.c 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype)
utf16_le.c 52 utf16le_code_to_mbclen(OnigCodePoint code)
83 static OnigCodePoint
86 OnigCodePoint code;
102 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf)
unicode.c 75 static const OnigCodePoint CR_NEWLINE[] = {
81 static const OnigCodePoint CR_Alpha[] = {
504 static const OnigCodePoint CR_Blank[] = {
518 static const OnigCodePoint CR_Cntrl[] = {
542 static const OnigCodePoint CR_Digit[] = {
570 static const OnigCodePoint CR_Graph[] = {
999 static const OnigCodePoint CR_Lower[] = {
1484 static const OnigCodePoint CR_Print[] = {
    [all...]

Completed in 116 milliseconds