Home | History | Annotate | Download | only in coll

Lines Matching refs:Importer

79     interface Importer {
86 * The Importer can be set, otherwise [import locale] syntax is not supported.
101 * Sets the pointer to an Importer object.
104 void setImporter(Importer importerAlias) {
105 importer = importerAlias;
650 if(importer == null) {
656 importer.getRules(baseID,
911 private Importer importer;