Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.cpp813 UColAttributeValue expStrength = UCOL_OFF; in getExpansionLine() local
831 expStrength = UCOL_PRIMARY; in getExpansionLine()
1037 UColAttributeValue expStrength = UCOL_OFF; in detectExpansions() local
1067 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 …]
Dline.cpp33 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()
Dline.h90 UColAttributeValue expStrength; variable