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

  /external/icu/icu4c/source/i18n/
rbt_rule.h 71 StringMatcher *anteContext;
86 * anteContext, and postContext are matched. Never null.
91 * The string that must be matched, consisting of the anteContext, key,
118 * Substring [0,anteContextLength) of pattern is the anteContext.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java 59 private StringMatcher anteContext;
74 * anteContext, and postContext are matched. Never null.
79 * The string that must be matched, consisting of the anteContext, key,
99 * Substring [0,anteContextLength) of pattern is the anteContext.
203 anteContext = null;
205 anteContext = new StringMatcher(pattern.substring(0, anteContextLength),
275 * antecontext, key, and postcontext overlaps in the following
411 if (anteContext != null) {
412 match = anteContext.matches(text, intRef, anteLimit, false);
501 // is neither anteContext nor postContext
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 58 private StringMatcher anteContext;
73 * anteContext, and postContext are matched. Never null.
78 * The string that must be matched, consisting of the anteContext, key,
98 * Substring [0,anteContextLength) of pattern is the anteContext.
202 anteContext = null;
204 anteContext = new StringMatcher(pattern.substring(0, anteContextLength),
274 * antecontext, key, and postcontext overlaps in the following
410 if (anteContext != null) {
411 match = anteContext.matches(text, intRef, anteLimit, false);
500 // is neither anteContext nor postContext
    [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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/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 106 milliseconds