Searched refs:spaceA (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 4046 UChar spaceA[3] = { 0x20, 0x61, 0x00 }; /*" a"*/ in TestJ2726() local 4053 doTest(coll, a, spaceA, UCOL_EQUAL); in TestJ2726() 4054 doTest(coll, spaceA, a, UCOL_EQUAL); in TestJ2726() 4055 doTest(coll, spaceA, aSpace, UCOL_EQUAL); in TestJ2726() 4056 doTest(coll, aSpace, spaceA, UCOL_EQUAL); in TestJ2726()
|