Home
last modified time | relevance | path

Searched refs:collatorStrength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp173 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest() local
174 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;} in searchTest()
175 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;} in searchTest()
176 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;} in searchTest()
177 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} in searchTest()
178 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()
179 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;} in searchTest()
270 ucol_setStrength(collator.getAlias(), collatorStrength); in searchTest()