Home | History | Annotate | Download | only in text

Lines Matching defs:fEnabledRecognizers

195             boolean active = (fEnabledRecognizers != null) ? fEnabledRecognizers[i] : rcinfo.isDefaultEnabled;
458 private boolean[] fEnabledRecognizers; // If not null, active set of charset recognizers had
530 boolean active = (fEnabledRecognizers == null) ? rcinfo.isDefaultEnabled : fEnabledRecognizers[i];
570 if (fEnabledRecognizers == null && !isDefaultVal) {
572 fEnabledRecognizers = new boolean[ALL_CS_RECOGNIZERS.size()];
576 fEnabledRecognizers[i] = ALL_CS_RECOGNIZERS.get(i).isDefaultEnabled;
580 if (fEnabledRecognizers != null) {
581 fEnabledRecognizers[modIdx] = enabled;