Searched refs:ucd_records (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ucd.c | 36 const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0 }}; variable 85 const ucd_record PRIV(ucd_records)[] = { /* 5952 bytes, record size 8 */ variable
|
D | pcre2_internal.h | 1797 #define GET_UCD(ch) (PRIV(ucd_records) + \ 1880 extern const ucd_record PRIV(ucd_records)[];
|
D | pcre2_jit_compile.c | 3295 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartyp… in do_getucd() 5681 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, script… in compile_xclass_matchingpath() 5728 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, charty… in compile_xclass_matchingpath() 5734 …OP1(SLJIT_MOV_U8, RETURN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(u… in compile_xclass_matchingpath() 6425 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, gbprop… in compile_char1_matchingpath() 6435 …OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, gbprop… in compile_char1_matchingpath()
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | unicodedata_db.h | 5 static const UCDRecord ucd_records[] = { variable
|
D | ucdn.c | 73 return &ucd_records[index]; in get_ucd_record()
|