Searched refs:collatorStrength (Results 1 – 1 of 1) sorted by relevance
163 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest() local164 if (strength==NULL) { collatorStrength = UCOL_TERTIARY;} in searchTest()165 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;} in searchTest()166 else if (*strength=="SECONDARY") { collatorStrength = UCOL_SECONDARY;} in searchTest()167 else if (*strength=="TERTIARY") { collatorStrength = UCOL_TERTIARY;} in searchTest()168 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;} in searchTest()169 else if (*strength=="IDENTICAL") { collatorStrength = UCOL_IDENTICAL;} in searchTest()260 ucol_setStrength(collator.getAlias(), collatorStrength); in searchTest()