HomeSort by relevance Sort by last modified time
    Searched defs:fEnabledRecognizers (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
csdetect.h 31 UBool *fEnabledRecognizers; // If not null, active set of charset recognizers had
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetDetector.java 182 boolean active = (fEnabledRecognizers != null) ? fEnabledRecognizers[i] : rcinfo.isDefaultEnabled;
435 private boolean[] fEnabledRecognizers; // If not null, active set of charset recognizers had
507 boolean active = (fEnabledRecognizers == null) ? rcinfo.isDefaultEnabled : fEnabledRecognizers[i];
547 if (fEnabledRecognizers == null && !isDefaultVal) {
549 fEnabledRecognizers = new boolean[ALL_CS_RECOGNIZERS.size()];
553 fEnabledRecognizers[i] = ALL_CS_RECOGNIZERS.get(i).isDefaultEnabled;
557 if (fEnabledRecognizers != null) {
558 fEnabledRecognizers[modIdx] = enabled
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetDetector.java 193 boolean active = (fEnabledRecognizers != null) ? fEnabledRecognizers[i] : rcinfo.isDefaultEnabled;
456 private boolean[] fEnabledRecognizers; // If not null, active set of charset recognizers had
528 boolean active = (fEnabledRecognizers == null) ? rcinfo.isDefaultEnabled : fEnabledRecognizers[i];
568 if (fEnabledRecognizers == null && !isDefaultVal) {
570 fEnabledRecognizers = new boolean[ALL_CS_RECOGNIZERS.size()];
574 fEnabledRecognizers[i] = ALL_CS_RECOGNIZERS.get(i).isDefaultEnabled;
578 if (fEnabledRecognizers != null) {
579 fEnabledRecognizers[modIdx] = enabled
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 220 milliseconds