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