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