Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_memcmp

105     if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) { 
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
154 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) {
173 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) {
191 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
200 if(length!=7 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) {
209 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
290 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
303 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
345 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) {