Searched refs:alternateHandling (Results 1 – 2 of 2) sorted by relevance
192 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; in searchTest() local196 alternateHandling = UCOL_SHIFTED; in searchTest()262 ucol_setAttribute(collator.getAlias(), UCOL_ALTERNATE_HANDLING, alternateHandling, &status); in searchTest()
287 UColAttributeValue alternateHandling[] = { variable360 for(i = 0; i<UPRV_LENGTHOF(alternateHandling); i++) {361 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, alternateHandling[i], &status);