Home
last modified time | relevance | path

Searched refs:frenchSecondary (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/tools/colprobe/
H A Dstrengthprobe.cpp34 frenchSecondary(false), in StrengthProbe()
289 if((result <= 0 && !frenchSecondary) || (result >= 0 && frenchSecondary)) { // swamps tertiary difference in distanceFromEmptyString()
344 frenchSecondary = that.frenchSecondary; in operator =()
369 frenchSecondary = true; in isFrenchSecondary()
H A Dsortedlines.cpp27 frenchSecondary(false), in SortedLines()
208 frenchSecondary = probe.isFrenchSecondary(status); in analyse()
213 logger->log("French secondary value is %i\n", frenchSecondary, frenchSecondary); in analyse()
557 } else if((firstRep[i]->lastCC > secondRep[j]->firstCC && secondRep[j]->firstCC && !frenchSecondary) in detectContractions()
558 || (firstRep[i]->firstCC < secondRep[j]->lastCC && firstRep[i]->firstCC && frenchSecondary)) { in detectContractions()
563 } else if(frenchSecondary && (firstRep[i]->strengthFromEmpty > UCOL_PRIMARY && secondRep[j]->strengthFromEmpty > UCOL_PRIMARY)) { in detectContractions()
565 }else if(firstRep[i]->lastCC && secondRep[j]->firstCC && frenchSecondary) { in detectContractions()
628 if(((!secondRep[j-1]->firstCC || firstRep[i]->lastCC < secondRep[j-1]->firstCC) && !frenchSecondary) in detectContractions()
629 ||((!firstRep[i]->firstCC || firstRep[i]->firstCC > secondRep[j-1]->lastCC) && frenchSecondary)) { in detectContractions()
[all...]
H A Dstrengthprobe.h54 UBool frenchSecondary; member in StrengthProbe
H A Dsortedlines.h49 UBool frenchSecondary; member in SortedLines

Completed in 3 milliseconds