Searched refs:grapheme16 (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_test.c | 2128 static PCRE2_UCHAR16 grapheme16[] = { '\\', 'X', 0 }; variable 2173 { UDA, CPI, 0, 0, 0, 0, 1, { grapheme16, NULL }, test16_6 }, 2174 { UDA, CPI, 1, 0, 0, 1, 2, { grapheme16, NULL }, test16_6 }, 2175 { UDA, CPI, 2, 0, 0, -1, -1, { grapheme16, NULL }, test16_6 }, 2176 { UDA, CPI, 0, 0, 0, 0, 2, { grapheme16, NULL }, test16_7 }, 2177 { UDA, CPI, 2, 0, 0, 2, 4, { grapheme16, NULL }, test16_7 }, 2178 { UDA, CPI, 1, 0, 0, -1, -1, { grapheme16, NULL }, test16_7 },
|