Lines Matching defs:points
1154 * back to here, or to various other re-entry points further along
2068 * TEST_UTF8 is a macro that for the same input code points returns identically
2145 * points */
2195 * according to the two arrays. It assumes that all code points have a value.
2281 * them. This variable points to just beyond the end of the previous
3259 U8 **points; /* map of where we were in the input string
3270 /* We can't just allocate points here. We need to wrap it in
3280 points=(U8**)SvPV_nolen(sv_points );
3356 U8 *lpos= points[ (pointpos - trie->wordinfo[word].len)
3365 points[pointpos++ % maxlen]= uc;
3438 U8 *lpos = points[ (pointpos
4958 /* Look up what code points (besides itself) fold to 'folded';
6342 one variant for each major type of op. The variable st points to the
6420 and PL_regmatch_slab points to the slab currently containing
7080 * Above-Latin1 code points can't match the pattern;
7839 else { /* Handle above Latin-1 code points */
8242 * savestack unwinding, PL_comppad always points to the
9087 scan = REGNODE_AFTER_opcode(scan,state_num); /* scan now points to inner node */
10893 p_end points to one byte beyond the end of the target string
11019 * points and/or the flag is set indicating special handling is
11447 /* Otherwise, unassigned code points are forbidden */
11494 points in it come from any combination of three "scripts" given by the Unicode
11518 script will be C<SCX_Unknown>. Any other combination of unassigned code points
11522 The returned script will be C<SCX_Inherited> iff all the code points in it are
11525 Otherwise, the returned script will be C<SCX_Common> iff all the code points in
11538 * is complicated by the fact that a few code points can be in any of
11579 /* All code points in 0..255 are either Common or Latin, so must be a
11648 * for small-enough code points. */