Searched refs:F_FORCECONV (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 147 #define F_FORCECONV 0x100000 macro 758 { CM, A, 0, 0 | F_FORCECONV, "\xc3\xa1", "\xc3\x81\xc3\xa1" }, 759 { CM, A, 0, 0 | F_FORCECONV, "\xe1\xbd\xb8", "\xe1\xbf\xb8\xe1\xbd\xb8" }, 760 { CM, A, 0, 0 | F_FORCECONV, "[\xc3\xa1]", "\xc3\x81\xc3\xa1" }, 761 { CM, A, 0, 0 | F_FORCECONV, "[\xe1\xbd\xb8]", "\xe1\xbf\xb8\xe1\xbd\xb8" }, 762 { CM, A, 0, 0 | F_FORCECONV, "[a-\xed\xb0\x80]", "A" }, 763 { CM, A, 0, 0 | F_NO8 | F_FORCECONV, "[a-\\x{dc00}]", "B" }, 764 { CM, A, 0, 0 | F_NO8 | F_NOMATCH | F_FORCECONV, "[b-\\x{dc00}]", "a" }, 765 { CM, A, 0, 0 | F_NO8 | F_FORCECONV, "\xed\xa0\x80\\x{d800}\xed\xb0\x80\\x{dc00}", "\xed\xa0\x80\xed\xa0\x80\xed\xb0\x80\xed\xb0\x80" }, 766 { CM, A, 0, 0 | F_NO8 | F_FORCECONV, "[\xe [all...] |
Completed in 3 milliseconds