Lines Matching refs:Line
43 Line utilFirst;
44 Line utilSecond;
45 Line *utilFirstP;
46 Line *utilSecondP;
47 Line contractionUtilFirst;
48 Line contractionUtilSecond;
49 UBool probePrefix(const Line &x, const Line &y, UChar first, UChar second);
50 UBool probeSuffix(const Line &x, const Line &y, UChar first, UChar second);
51 UBool probePrefixNoSep(const Line &x, const Line &y, UChar first, UChar second);
52 UBool probeSuffixNoSep(const Line &x, const Line &y, UChar first, UChar second);
66 UColAttributeValue getStrength(const Line &x, const Line &y);
68 UColAttributeValue getPrefixedStrength(const Line &prefix, const Line &x, const Line &y);
70 int32_t compare(const Line &x, const Line &y);
71 UColAttributeValue distanceFromEmptyString(const Line &x);
75 int getSortKey(const Line &l, uint8_t *buffer, int32_t buffCap) { in getSortKey()