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

  /external/icu/icu4c/source/i18n/
rbt_rule.cpp 119 anteContext = NULL;
121 anteContext = new StringMatcher(pattern, 0, anteContextLength,
124 if (anteContext == 0) {
166 anteContext(NULL),
182 if (other.anteContext != NULL) {
183 anteContext = (StringMatcher*) other.anteContext->clone();
196 delete anteContext;
256 * antecontext, key, and postcontext overlaps in the following
394 if (anteContext != NULL)
    [all...]
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 
  /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 

Completed in 98 milliseconds