Home | History | Annotate | Download | only in cintltst

Lines Matching refs:pivotBuffer

745         UChar pivotBuffer[100];
746 const UChar* const pivEnd = pivotBuffer + 100;
754 pivBeg = pivotBuffer;
767 if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) != 0) {
849 UChar pivotBuffer[100];
850 const UChar* const pivEnd = pivotBuffer + 100;
858 pivBeg = pivotBuffer;
871 if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) != 0) {
881 UChar pivotBuffer[100];
882 const UChar* const pivEnd = pivotBuffer + 100;
890 pivBeg = pivotBuffer;
903 if (U_FAILURE(err) || (int32_t)(pivBeg - pivotBuffer) != 2 || u_strncmp(pivotBuffer, expected, 2) != 0) {