Searched refs:copy_from (Results 1 - 24 of 24) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/tartarus/snowball/ext/
H A DNorwegianStemmer.java70 private void copy_from(NorwegianStemmer other) { method in class:NorwegianStemmer
73 super.copy_from(other);
H A DSwedishStemmer.java77 private void copy_from(SwedishStemmer other) { method in class:SwedishStemmer
80 super.copy_from(other);
H A DDanishStemmer.java70 private void copy_from(DanishStemmer other) { method in class:DanishStemmer
74 super.copy_from(other);
H A DGerman2Stemmer.java73 private void copy_from(German2Stemmer other) { method in class:German2Stemmer
77 super.copy_from(other);
H A DGermanStemmer.java64 private void copy_from(GermanStemmer other) { method in class:GermanStemmer
68 super.copy_from(other);
H A DIrishStemmer.java114 private void copy_from(IrishStemmer other) { method in class:IrishStemmer
118 super.copy_from(other);
H A DArmenianStemmer.java227 private void copy_from(ArmenianStemmer other) { method in class:ArmenianStemmer
230 super.copy_from(other);
H A DDutchStemmer.java72 private void copy_from(DutchStemmer other) { method in class:DutchStemmer
76 super.copy_from(other);
H A DHungarianStemmer.java234 private void copy_from(HungarianStemmer other) { method in class:HungarianStemmer
236 super.copy_from(other);
H A DPorterStemmer.java104 private void copy_from(PorterStemmer other) { method in class:PorterStemmer
108 super.copy_from(other);
H A DRussianStemmer.java174 private void copy_from(RussianStemmer other) { method in class:RussianStemmer
177 super.copy_from(other);
H A DEnglishStemmer.java165 private void copy_from(EnglishStemmer other) { method in class:EnglishStemmer
169 super.copy_from(other);
H A DFinnishStemmer.java143 private void copy_from(FinnishStemmer other) { method in class:FinnishStemmer
148 super.copy_from(other);
H A DItalianStemmer.java243 private void copy_from(ItalianStemmer other) { method in class:ItalianStemmer
247 super.copy_from(other);
H A DPortugueseStemmer.java237 private void copy_from(PortugueseStemmer other) { method in class:PortugueseStemmer
241 super.copy_from(other);
H A DRomanianStemmer.java263 private void copy_from(RomanianStemmer other) { method in class:RomanianStemmer
268 super.copy_from(other);
H A DSpanishStemmer.java250 private void copy_from(SpanishStemmer other) { method in class:SpanishStemmer
254 super.copy_from(other);
H A DBasqueStemmer.java457 private void copy_from(BasqueStemmer other) { method in class:BasqueStemmer
461 super.copy_from(other);
H A DFrenchStemmer.java191 private void copy_from(FrenchStemmer other) { method in class:FrenchStemmer
195 super.copy_from(other);
H A DKpStemmer.java130 private void copy_from(KpStemmer other) { method in class:KpStemmer
138 super.copy_from(other);
H A DCatalanStemmer.java596 private void copy_from(CatalanStemmer other) { method in class:CatalanStemmer
599 super.copy_from(other);
H A DLovinsStemmer.java372 private void copy_from(LovinsStemmer other) { method in class:LovinsStemmer
373 super.copy_from(other);
H A DTurkishStemmer.java223 private void copy_from(TurkishStemmer other) { method in class:TurkishStemmer
226 super.copy_from(other);
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/tartarus/snowball/
H A DSnowballProgram.java131 protected void copy_from(SnowballProgram other) method in class:SnowballProgram

Completed in 85 milliseconds