Lines Matching refs:SortedLines

9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, 
40 SortedLines::~SortedLines()
58 SortedLines::getBounds(UErrorCode &status) {
134 SortedLines::classifyRepertoire() {
207 SortedLines::analyse(UErrorCode &status) {
232 void SortedLines::init()
240 void SortedLines::init(UnicodeSet &rep, Line *lin)
260 SortedLines::setSortingArray(Line **sortingArray, Line *elements, int32_t sizeToSort) {
268 SortedLines::setSortingArray(Line **sortingArray, Hashtable *table) {
280 SortedLines::sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths, UBool link) {
324 SortedLines::sort(UBool setStrengths, UBool link) {
345 SortedLines::updateBounds(UnicodeSet &set) {
371 void SortedLines::addAll(Line* toAdd, int32_t toAddSize)
385 void SortedLines::setDistancesFromEmpty(Line* array, int32_t arraySize)
395 int32_t SortedLines::addContractionsToRepertoire(UErrorCode &status)
482 int32_t SortedLines::detectContractions(Line **firstRep, int32_t firstSize,
711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status)
810 SortedLines::getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine)
912 SortedLines::gooseUp(int32_t resetIndex, int32_t expansionIndex, Line &expLine, int32_t *expIndexes, int32_t &expIndexSize, UColAttributeValue strength)
1028 SortedLines::detectExpansions()
1291 SortedLines::getFirst() {
1297 SortedLines::getLast() {
1303 SortedLines::add(Line *line, UBool linkIn) {
1339 SortedLines::getNext()
1348 SortedLines::getPrevious()
1357 SortedLines::operator[](int32_t index)
1370 SortedLines::arrayToString(Line** sortedLines, int32_t linesSize, UBool pretty, UBool useLinks, UBool printSortKeys) {
1426 SortedLines::SortedLines(FILE *file, UPrinter *logger, UPrinter *debug, UErrorCode &status) :
1482 SortedLines::toFile(FILE *file, UBool useLinks, UErrorCode &status)
1508 SortedLines::toStringFromEmpty() {
1559 SortedLines::toString(UBool useLinks)
1566 SortedLines::toPrettyString(UBool useLinks, UBool printSortKeys)
1572 SortedLines::toOutput(const char *format,
1586 SortedLines::toHTML(const char *locale,
1647 SortedLines::toXML(const char *locale,
1708 SortedLines::toBundle(const char *locale,
1771 SortedLines::getSize() const {
1776 SortedLines::reduceDifference(SortedLines& reference) {
1971 SortedLines::transferCumulativeStrength(Line *previous, Line *that) {
1980 SortedLines::calculateCumulativeStrengths(Line *start, Line *end) {
1995 SortedLines::getRepertoire(UnicodeSet &fillIn) {
2002 SortedLines::removeDecompositionsFromRepertoire() {
2036 SortedLines::swapCase()
2045 SortedLines::calculateSortKey(Line &line)
2057 SortedLines::calculateSortKeys()