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

  /external/icu4c/i18n/
rbt_rule.cpp 116 anteContext = NULL;
118 anteContext = new StringMatcher(pattern, 0, anteContextLength,
121 if (anteContext == 0) {
163 anteContext(NULL),
179 if (other.anteContext != NULL) {
180 anteContext = (StringMatcher*) other.anteContext->clone();
193 delete anteContext;
253 * antecontext, key, and postcontext overlaps in the following
391 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.

Completed in 125 milliseconds