H A D | cmsccoll.c | 988 UChar strB[MAXSLEN+1]; local 1006 strB[0] = baseA; 1009 strB[sLen-i] = ccMix[i % 3]; 1012 strB[sLen] = 0; 1015 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ 1017 doTest(coll, strA, strB, UCOL_EQUAL); 1029 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; local 1031 doTest(coll, strA, strB, UCOL_EQUAL); 1043 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; local 1045 doTest(coll, strA, strB, UCOL_GREATE 1052 static const UChar strB[] = {0x41, 0x00, 0x00, 0x00}; local 1114 static const UChar strB[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x00, 0x00}; local 1174 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00}; local [all...] |