Lines Matching refs:frenchSecondary
27 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]->stren… in detectContractions()
565 }else if(firstRep[i]->lastCC && secondRep[j]->firstCC && frenchSecondary) { in detectContractions()
628 …(((!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()
1440 frenchSecondary(false), in SortedLines()
1455 frenchSecondary = (UBool)newFrench; in SortedLines()
1484 fprintf(file, "%i,%i,%i\n", size, frenchSecondary, upperFirst); in toFile()
1616 if(frenchSecondary) { in toHTML()
1677 if(frenchSecondary) { in toXML()
1740 if(frenchSecondary) { in toBundle()