Lines Matching refs:pivotBuffer
744 UChar pivotBuffer[100];
745 const UChar* const pivEnd = pivotBuffer + 100;
753 pivBeg = pivotBuffer;
766 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) {