Searched refs:alternateHandling (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp191 UColAttributeValue alternateHandling = UCOL_NON_IGNORABLE; local
195 alternateHandling = UCOL_SHIFTED;
261 ucol_setAttribute(collator.getAlias(), UCOL_ALTERNATE_HANDLING, alternateHandling, &status);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcmsccoll.c288 UColAttributeValue alternateHandling[] = { variable
361 for(i = 0; i<sizeof(alternateHandling)/sizeof(alternateHandling[0]); i++) {
362 ucol_setAttribute(coll, UCOL_ALTERNATE_HANDLING, alternateHandling[i], &status);

Completed in 87 milliseconds