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

  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 74 anteContextLength = 0;
81 anteContextLength = anteContextPos;
84 keyLength = input.length() - anteContextLength;
86 if (postContextPos < anteContextLength ||
92 keyLength = postContextPos - anteContextLength;
118 if (anteContextLength > 0) {
119 anteContext = new StringMatcher(pattern, 0, anteContextLength,
130 key = new StringMatcher(pattern, anteContextLength, anteContextLength + keyLength,
139 int32_t postContextLength = pattern.length() - keyLength - anteContextLength;
    [all...]
rbt_rule.h 92 * @see anteContextLength
116 * Substring [0,anteContextLength) of pattern is the anteContext.
118 int32_t anteContextLength;
121 * The length of the key. Substring [anteContextLength,
122 * anteContextLength + keyLength) is the key.
212 * implemented as the anteContextLength, optionally plus one if
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java 80 * @see anteContextLength
97 * Substring [0,anteContextLength) of pattern is the anteContext.
99 private int anteContextLength;
102 * The length of the key. Substring [anteContextLength,
103 * anteContextLength + keyLength) is the key.
164 anteContextLength = 0;
169 anteContextLength = anteContextPos;
172 keyLength = input.length() - anteContextLength;
174 if (postContextPos < anteContextLength ||
178 keyLength = postContextPos - anteContextLength;
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 79 * @see anteContextLength
96 * Substring [0,anteContextLength) of pattern is the anteContext.
98 private int anteContextLength;
101 * The length of the key. Substring [anteContextLength,
102 * anteContextLength + keyLength) is the key.
163 anteContextLength = 0;
168 anteContextLength = anteContextPos;
171 keyLength = input.length() - anteContextLength;
173 if (postContextPos < anteContextLength ||
177 keyLength = postContextPos - anteContextLength;
    [all...]
  /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 

Completed in 253 milliseconds