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

  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 117 anteContext = NULL;
119 anteContext = new StringMatcher(pattern, 0, anteContextLength,
122 if (anteContext == 0) {
164 anteContext(NULL),
180 if (other.anteContext != NULL) {
181 anteContext = (StringMatcher*) other.anteContext->clone();
194 delete anteContext;
254 * antecontext, key, and postcontext overlaps in the following
392 if (anteContext != NULL)
    [all...]
rbt_rule.h 69 StringMatcher *anteContext;
84 * anteContext, and postContext are matched. Never null.
89 * The string that must be matched, consisting of the anteContext, key,
116 * Substring [0,anteContextLength) of pattern is the anteContext.
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java 56 private StringMatcher anteContext;
71 * anteContext, and postContext are matched. Never null.
76 * The string that must be matched, consisting of the anteContext, key,
96 * Substring [0,anteContextLength) of pattern is the anteContext.
200 anteContext = null;
202 anteContext = new StringMatcher(pattern.substring(0, anteContextLength),
272 * antecontext, key, and postcontext overlaps in the following
408 if (anteContext != null) {
409 match = anteContext.matches(text, intRef, anteLimit, false);
498 // 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 

Completed in 298 milliseconds