Searched refs:contractionsTable (Results 1 – 2 of 2) sorted by relevance
23 contractionsTable(NULL), in SortedLines()49 if(contractionsTable) { in ~SortedLines()50 delete contractionsTable; in ~SortedLines()398 contractionsTable = new Hashtable(); in addContractionsToRepertoire()646 if(contractionsTable->get(UnicodeString(xyp.name, xyp.len)) != NULL) { in detectContractions()659 if(contractionsTable->get(UnicodeString(xym.name, xym.len)) == NULL) { in detectContractions()694 if(contractionsTable->get(UnicodeString(xym.name, xym.len)) == NULL) { in detectContractions()778 if(contractionsTable->get(UnicodeString(toAdd.name, toAdd.len)) == NULL) { in noteContraction()781 contractionsTable->put(UnicodeString(toAdd.name, toAdd.len), &toAdd, status); in noteContraction()887 if(contractionsTable->get(UnicodeString(trial.name, trial.len)) == NULL) { in getExpansionLine()[all …]
43 Hashtable *contractionsTable; variable