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

  /external/icu/icu4c/source/i18n/
esctrn.h 74 UBool grokSupplementals;
79 * this is not null and if grokSupplementals is true then the
100 UBool grokSupplementals,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
EscapeTransliterator.java 66 private boolean grokSupplementals;
71 * this is not null and if grokSupplementals is true then the
154 boolean grokSupplementals,
161 this.grokSupplementals = grokSupplementals;
178 int c = grokSupplementals ? text.char32At(start) : text.charAt(start);
179 int charLen = grokSupplementals ? UTF16.getCharCount(c) : 1;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
EscapeTransliterator.java 65 private boolean grokSupplementals;
70 * this is not null and if grokSupplementals is true then the
153 boolean grokSupplementals,
160 this.grokSupplementals = grokSupplementals;
177 int c = grokSupplementals ? text.char32At(start) : text.charAt(start);
178 int charLen = grokSupplementals ? UTF16.getCharCount(c) : 1;
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /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 417 milliseconds