Lines Matching refs:pivBeg
734 UChar* pivBeg; in TestRegressionUTF8() local
739 pivBeg = pivotBuffer; in TestRegressionUTF8()
741 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err); in TestRegressionUTF8()
747 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err); in TestRegressionUTF8()
752 …if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) … in TestRegressionUTF8()
839 UChar* pivBeg; in TestRegressionUTF32() local
844 pivBeg = pivotBuffer; in TestRegressionUTF32()
846 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err); in TestRegressionUTF32()
852 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err); in TestRegressionUTF32()
857 …if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) … in TestRegressionUTF32()
871 UChar* pivBeg; in TestRegressionUTF32() local
876 pivBeg = pivotBuffer; in TestRegressionUTF32()
878 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err); in TestRegressionUTF32()
884 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err); in TestRegressionUTF32()
889 …if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) … in TestRegressionUTF32()