Searched refs:collatorStrength (Results 1 – 1 of 1) sorted by relevance
173 UColAttributeValue collatorStrength = UCOL_PRIMARY; in searchTest() local174 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()