Home | History | Annotate | Download | only in cintltst

Lines Matching refs:destW

1992     wchar_t destW[4]={ 3, 3, 3, 3 };
2100 destW[0]=3;
2103 u_strToWCS(destW, LENGTHOF(destW), &length, NULL, 0, &errorCode);
2104 if(errorCode!=U_ZERO_ERROR || length!=0 || destW[0]!=0 || destW[1]!=3) {