Home
last modified time | relevance | path

Searched refs:ucd_record (Results 1 – 9 of 9) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_ucd.c71 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0 }};
100 const ucd_record PRIV(dummy_ucd_record)[] = {{
427 const ucd_record PRIV(ucd_records)[] = { /* 16908 bytes, record size 12 */
Dpcre2_script_run.c127 const ucd_record *ucd = GET_UCD(c); in PRIV()
Dpcre2_xclass.c136 const ucd_record *prop = GET_UCD(c); in PRIV()
Dpcre2_internal.h1827 } ucd_record; typedef
1951 extern const ucd_record PRIV(ucd_records)[];
1953 extern const ucd_record PRIV(dummy_ucd_record)[];
Dpcre2_match.c403 const ucd_record *ur; in match_ref()
2424 const ucd_record *prop = GET_UCD(fc); in match()
2731 const ucd_record *prop; in match()
2869 const ucd_record *prop; in match()
3526 const ucd_record *prop; in match()
3686 const ucd_record *prop; in match()
4110 const ucd_record *prop; in match()
4256 const ucd_record *prop; in match()
Dpcre2_dfa_match.c1172 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1444 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1699 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1979 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
Dpcre2_auto_possess.c204 const ucd_record *prop = GET_UCD(c); in check_char_prop()
Dpcre2_jit_compile.c5136 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucd()
5141 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucd()
5176 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucdtype()
5181 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucdtype()
5204 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartyp… in do_getucdtype()
7747 …MP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, scriptx_bidicla… in compile_xclass_matchingpath()
7785 …_U16, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, bprops)); in compile_xclass_matchingpath()
7825 …V_U8, TMP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); in compile_xclass_matchingpath()
7868 …MP1, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, scriptx_bidicla… in compile_xclass_matchingpath()
7887 …V_U8, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script)); in compile_xclass_matchingpath()
[all …]
/third_party/pcre2/pcre2/maint/
Ducptest.c555 const ucd_record *ucd, *next_ucd; in find_chars()
851 if (memcmp(ucd, next_ucd, sizeof(ucd_record)) != 0) break; in find_chars()