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

  /external/icu/icu4c/source/i18n/
rbt_rule.h 94 * @see anteContextLength
118 * Substring [0,anteContextLength) of pattern is the anteContext.
120 int32_t anteContextLength;
123 * The length of the key. Substring [anteContextLength,
124 * anteContextLength + keyLength) is the key.
214 * implemented as the anteContextLength, optionally plus one if
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java 82 * @see anteContextLength
99 * Substring [0,anteContextLength) of pattern is the anteContext.
101 private int anteContextLength;
104 * The length of the key. Substring [anteContextLength,
105 * anteContextLength + keyLength) is the key.
166 anteContextLength = 0;
171 anteContextLength = anteContextPos;
174 keyLength = input.length() - anteContextLength;
176 if (postContextPos < anteContextLength ||
180 keyLength = postContextPos - anteContextLength;
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 81 * @see anteContextLength
98 * Substring [0,anteContextLength) of pattern is the anteContext.
100 private int anteContextLength;
103 * The length of the key. Substring [anteContextLength,
104 * anteContextLength + keyLength) is the key.
165 anteContextLength = 0;
170 anteContextLength = anteContextPos;
173 keyLength = input.length() - anteContextLength;
175 if (postContextPos < anteContextLength ||
179 keyLength = postContextPos - anteContextLength;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 65 milliseconds