• Home
  • Raw
  • Download

Lines Matching refs:Line

20   Line empty;
21 Line *UB[UCOL_OFF];
24 Line **toSort;
26 Line *lines;
35 Line *first;
36 Line *last;
37 Line *current;
61 void sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths = TRUE, UBool link = FALSE);
63 Line *getFirst();
64 Line *getLast();
65 void add(Line *line, UBool linkIn = FALSE);
66 void insert(Line *line, int32_t index);
67 Line *getNext();
68 Line *getPrevious();
69 Line *operator[](int32_t index);
88 …UnicodeString arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, U…
89 void setSortingArray(Line **sortingArray, Line *elements, int32_t sizeToSort);
90 int32_t setSortingArray(Line **sortingArray, Hashtable *table);
100 void calculateSortKey(Line &line);
103 void init(UnicodeSet &rep, Line *lin);
104 int32_t detectContractions(Line **firstRep, int32_t firstSize,
105 Line **secondRep, int32_t secondSize,
106 Line *toAddTo, int32_t &toAddToSize,
107 Line *lesserToAddTo, int32_t &lesserToAddToSize,
110 void calculateCumulativeStrengths(Line *start, Line *end);
111 void transferCumulativeStrength(Line *previous, Line *that);
113 void addAll(Line* toAdd, int32_t toAddSize);
114 void setDistancesFromEmpty(Line* array, int32_t arraySize);
115 …void noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right…
116 …int32_t gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes, in…
117 …UBool getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansi…