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