Searched refs:expStrength (Results 1 – 3 of 3) sorted by relevance
813 UColAttributeValue expStrength = UCOL_OFF; in getExpansionLine() local831 expStrength = UCOL_PRIMARY; in getExpansionLine()1037 UColAttributeValue expStrength = UCOL_OFF; in detectExpansions() local1067 toSort[i]->expStrength = UCOL_IDENTICAL; in detectExpansions()1119 expStrength = UCOL_PRIMARY; in detectExpansions()1177 expStrength = probe.getStrength(trial, *toSort[i]); in detectExpansions()1178 if(expStrength > UCOL_PRIMARY) { in detectExpansions()1179 if(expStrength == UCOL_SECONDARY || expStrength == UCOL_OFF) { in detectExpansions()1182 expStrength = probe.getStrength(trial, *toSort[i]); in detectExpansions()1183 if(expStrength == UCOL_TERTIARY) { in detectExpansions()[all …]
33 expStrength = UCOL_OFF; in init()110 expStrength = other.expStrength; in operator =()566 sprintf(buff+resLen, "%02i", expStrength); in write()637 sscanf(buff+bufIndex, "%02i", &expStrength); in initFromString()
90 UColAttributeValue expStrength; variable