Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCOL_SECONDARY

4297     uint8_t compareSec   = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF);
4463 if(doCase && (primary1 > 0 || strength >= UCOL_SECONDARY)) {
4674 uint8_t compareSec = (uint8_t)((strength >= UCOL_SECONDARY)?0:0xFF);
4909 if(doCase && (primary1 > 0 || strength >= UCOL_SECONDARY)) {
6013 if(strength >= UCOL_SECONDARY) {
7468 UBool initialCheckSecTer = (strength >= UCOL_SECONDARY);
8153 if(strength >= UCOL_SECONDARY) {
8173 sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen);
8188 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);