H A D | cmsccoll.c | 987 UChar strB[MAXSLEN+1]; in TestIncrementalNormalize() local 1005 strB[0] = baseA; in TestIncrementalNormalize() 1008 strB[sLen-i] = ccMix[i % 3]; in TestIncrementalNormalize() 1011 strB[sLen] = 0; in TestIncrementalNormalize() 1014 doTest(coll, strA, strB, UCOL_EQUAL); /* optimized functions in the impl*/ in TestIncrementalNormalize() 1016 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 1028 static const UChar strB[] = {0x41, 0xc0, 0x316, 0}; in TestIncrementalNormalize() local 1030 doTest(coll, strA, strB, UCOL_EQUAL); in TestIncrementalNormalize() 1042 static const UChar strB[] = {0x41, 0xc0, 0x316, 0xD800, 0xDC00, 0}; in TestIncrementalNormalize() local 1044 doTest(coll, strA, strB, UCOL_GREATE in TestIncrementalNormalize() 1051 static const UChar strB[] = {0x41, 0x00, 0x00, 0x00}; TestIncrementalNormalize() local 1113 static const UChar strB[] = {0x41, 0x41, 0x300, 0x316, 0x00, 0x00, 0x00}; TestIncrementalNormalize() local 1173 static const UChar strB[] = {0x41, 0x0, 0x302, 0x316, 0x41, 0x300, 0x00}; TestIncrementalNormalize() local [all...] |