Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dsortedlines.cpp148 UColAttributeValue prevStrength = UCOL_OFF; in classifyRepertoire() local
160 prevStrength = toSort[i-1]->strengthFromEmpty; in classifyRepertoire()
162 prevStrength = st; in classifyRepertoire()
164 toSort[i]->strengthFromEmpty = prevStrength; in classifyRepertoire()
178 if(prevStrength != nextStrength) { in classifyRepertoire()