Searched refs:dst_old (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp258 static const UChar dst_old[] = { 0xFEB1, 0x200B,0 }; local
274 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) {
276 dst[0],dst[1],dst_old[0],dst_old[1]);
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c2913 static const UChar dst_old[] = { 0xFEB1, 0x200B,0 }; local
2929 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) {
2931 dst[0],dst[1],dst_old[0],dst_old[1]);

Completed in 109 milliseconds