Home | History | Annotate | Download | only in intltest

Lines Matching refs:p1

2523     int    p0, p1, p2, p3;    // Indices of the significant code points around the
2529 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2539 p0 = p1 = p2 = p3 = prevPos;
2546 p0 = p1; c0 = c1;
2547 p1 = p2; c1 = c2;
2554 if (p1 == p2) {
2565 p1.
2567 if (c1==0x0D && c2==0x0A && p1==(p2-1)) {
2755 int p0, p1, p2, p3; // Indices of the significant code points around the
2761 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2771 p0 = p1 = p2 = p3 = prevPos;
2778 p0 = p1; c0 = c1;
2779 p1 = p2; c1 = c2;
2794 if (p1 == p2) {
2805 // which requires the additional check for p2 immediately following p1.
3080 int p0, p1, p2, p3; // Indices of the significant code points around the
3086 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
3097 p0 = p1 = p2 = p3 = prevPos;
3104 p0 = p1; c0 = c1;
3105 p1 = p2; c1 = c2;
3113 if (c1==0x0d && c2==0x0a && p2==(p1+1)) {
3119 p2 = p1+1; // Separators don't combine with Extend or Format.
3146 int p8 = p1;
3171 p8 = p1;
3185 int p9 = p1;
3197 int p10 = p1;
3211 int p11 = p1;