Searched refs:spaceA (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 2918 UChar spaceA[3] = { 0x20, 0x61, 0x00 }; /*" a"*/ in TestJ2726() local 2925 doTest(coll, a, spaceA, UCOL_EQUAL); in TestJ2726() 2926 doTest(coll, spaceA, a, UCOL_EQUAL); in TestJ2726() 2927 doTest(coll, spaceA, aSpace, UCOL_EQUAL); in TestJ2726() 2928 doTest(coll, aSpace, spaceA, UCOL_EQUAL); in TestJ2726()
|