Searched refs:dst_new (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 230 static const UChar dst_new[] = { 0xFEB1, 0xFE73,0 }; in doTailTest() local 262 } else if(u_strncmp(dst,dst_new,UPRV_LENGTHOF(dst))) { in doTailTest() 264 dst[0],dst[1],dst_new[0],dst_new[1]); in doTailTest()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 2916 static const UChar dst_new[] = { 0xFEB1, 0xFE73,0 }; in doTailTest() local 2948 } else if(u_strncmp(dst,dst_new,UPRV_LENGTHOF(dst))) { in doTailTest() 2950 dst[0],dst[1],dst_new[0],dst_new[1]); in doTailTest()
|