Lines Matching refs:anteContext
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) {
392 match = anteContext->matches(text, oText, anteLimit, FALSE);
475 // is neither anteContext nor postContext.
477 (anteContext != NULL) || (postContext != NULL);
485 ICU_Utility::appendToRule(rule, anteContext, escapeUnprintable, quoteBuf);
518 if (anteContext != NULL) anteContext->setData(d);